/** @param {NS} ns */ export async function main(ns) { let [sMaterial] = ns.args; ns.tprint(ns.corporation.getMaterialData(sMaterial)) }