Create index-test.ts

This commit is contained in:
Homa Wong
2016-03-31 11:03:12 -07:00
parent 9ded06a233
commit 445892fe0a
+5
View File
@@ -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');