mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +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"; });
|