mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-30 17:04:20 +08:00
Adding browser support
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import Long = require("long");
|
||||
|
||||
var val: Long;
|
||||
var val: dcodeIO.Long;
|
||||
var n: number = 42;
|
||||
var b: boolean = true;
|
||||
var s: string = "1337";
|
||||
|
||||
Reference in New Issue
Block a user