Add typings for NodeJS library "fullname"

This commit is contained in:
Klaus Reimer
2015-12-28 11:09:44 +01:00
parent dc9dabe74a
commit da3e6dcb13
2 changed files with 16 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
/// <reference path="./fullname.d.ts" />
import fullname = require("fullname");
fullname().then(function(name) { name === "string"; });