UNPKG

@rushstack/heft

Version:

Build all your JavaScript projects the same way: A way that works.

7 lines 293 B
/** * Parse the arguments to the tool being executed and return the tool argument names. * * @param argv - The arguments to parse. Defaults to `process.argv`. */ export declare function getToolParameterNamesFromArgs(argv?: string[]): Set<string>; //# sourceMappingURL=CliUtilities.d.ts.map