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