mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Add typings for NodeJS library "fullname"
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/// <reference path="./fullname.d.ts" />
|
||||
|
||||
import fullname = require("fullname");
|
||||
|
||||
fullname().then(function(name) { name === "string"; });
|
||||
Reference in New Issue
Block a user