DefinitelyTyped/types/global-paths/index.d.ts
2018-12-26 00:42:36 +01:00

9 lines
312 B
TypeScript

// Type definitions for global-paths 1.0
// Project: https://github.com/jonschlinkert/global-paths
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = globalPaths;
declare function globalPaths(cwd?: string): string[];