mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fixed interface
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Vendored
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user