DefinitelyTyped/types/npm-paths/index.d.ts
2018-12-26 00:37:52 +01:00

9 lines
318 B
TypeScript

// Type definitions for npm-paths 2.0
// Project: https://github.com/jonschlinkert/npm-paths
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = npmPaths;
declare function npmPaths(cwd?: string | { cwd: string }): string[];