Fixed interface

This commit is contained in:
kerug
2014-05-22 21:05:24 +09:00
parent 8098f66b4a
commit 2dae63556a
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import Long = require("long");
// --- browser ---
//var Long = dcodeIO.Long;
var val:Long;
var val:dcodeIO.Long;
var n:number;
var b:boolean;
var s:string;
-3
View File
@@ -73,9 +73,6 @@ declare module dcodeIO {
export var Long:LongStatic;
}
interface Long extends dcodeIO.Long {
}
// for node, commonjs
declare module "long" {
var Long:dcodeIO.LongStatic;