Files
DefinitelyTyped/resolve-from/index.d.ts
2016-06-20 14:15:13 -07:00

8 lines
313 B
TypeScript

// Type definitions for resolve-from
// Project: https://github.com/sindresorhus/resolve-from
// Definitions by: unional <https://github.com/unional>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function resolveFrom(fromDir: string, moduleId: string): string;
export = resolveFrom;