mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update index.d.ts
This commit is contained in:
Vendored
+4
@@ -1,3 +1,7 @@
|
||||
// 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 module "resolve-from" {
|
||||
|
||||
Reference in New Issue
Block a user