Files
zyt/TongjiUniApp/node_modules/licia/parseArgs.d.ts
T
2026-08-11 17:41:36 +08:00

10 lines
143 B
TypeScript

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