EASYAIuniappNewUI/node_modules/licia/parseArgs.d.ts
2025-02-08 18:50:38 +08:00

10 lines
143 B
TypeScript

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