mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-27 11:40:08 +08:00
6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
/// <reference path="long.d.ts" />
|
|
|
|
import Long = require("long");
|
|
|
|
var longVal = new Long(0xFFFFFFFF, 0x7FFFFFFF);
|
|
console.log(longVal.toString()); |