From 445892fe0ab24c55f31e52d1bcad545a126c48e2 Mon Sep 17 00:00:00 2001 From: Homa Wong Date: Thu, 31 Mar 2016 11:03:12 -0700 Subject: [PATCH] Create index-test.ts --- resolve-from/index-test.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 resolve-from/index-test.ts diff --git a/resolve-from/index-test.ts b/resolve-from/index-test.ts new file mode 100644 index 0000000000..6333f14503 --- /dev/null +++ b/resolve-from/index-test.ts @@ -0,0 +1,5 @@ +// Much better testing in https://github.com/typed-typings/typed-resolve-from + +import resolveFrom = require('resolve-from'); + +console.log(typeof resolveFrom === 'function');