DefinitelyTyped/types/dir-resolve/index.d.ts
2017-03-24 14:27:52 -07:00

8 lines
285 B
TypeScript

// Type definitions for dir-resolve 1.0
// Project: https://github.com/mwinche/dir-resolve
// Definitions by: Andy Hanson <https://github.com/andy-ms>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function resolve(path: string): string;
export = resolve;