mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 11:29:30 +08:00
6 lines
138 B
TypeScript
6 lines
138 B
TypeScript
/// <reference path="./fullname.d.ts" />
|
|
|
|
import fullname = require("fullname");
|
|
|
|
fullname().then(function(name) { name === "string"; });
|