Update index.d.ts

This commit is contained in:
Homa Wong
2016-03-31 10:59:22 -07:00
parent d84301a904
commit 9ded06a233
+4
View File
@@ -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" {