Files
huishou/node_modules/licia/parseArgs.d.ts
T
2026-07-27 13:37:48 +08:00

10 lines
143 B
TypeScript

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