DefinitelyTyped/types/cwd/index.d.ts
2018-12-26 00:49:49 +01:00

10 lines
344 B
TypeScript

// Type definitions for cwd 0.10
// Project: https://github.com/jonschlinkert/cwd
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = cwd;
declare function cwd(pathSegments: string[]): string;
declare function cwd(...pathSegments: string[]): string;