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