Adding browser support

This commit is contained in:
Eugene Galaktionov
2015-10-07 11:59:56 -06:00
parent b7d666b974
commit 043ebddf44

View File

@@ -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";