Files
huishou/node_modules/licia/parseArgs.d.ts
T
2026-07-27 14:07:26 +08:00

10 lines
143 B
TypeScript

declare function parseArgs(
args: string[],
options: {
names: any;
shorthands: any;
}
): any;
export = parseArgs;