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