mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Create index.d.ts
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
declare function resolveFrom(fromDir: string, moduleId: string): string;
|
||||
|
||||
declare module "resolve-from" {
|
||||
export = resolveFrom;
|
||||
}
|
||||
Reference in New Issue
Block a user