vending-machine/mobile/node_modules/licia/parseArgs.d.ts
2026-04-03 06:07:13 +08:00

10 lines
143 B
TypeScript

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