mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-07 13:15:59 +08:00
8 lines
345 B
TypeScript
8 lines
345 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;
|
|
declare namespace resolveFrom {}
|
|
export = resolveFrom;
|