mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-20 12:03:11 -04:00
2 lines
78 B
TypeScript
2 lines
78 B
TypeScript
export declare function getArgValues(argv: string[]): Record<string, string>;
|