9 lines
261 B
Haxe
9 lines
261 B
Haxe
package js.lib;
|
|
|
|
@:native("") extern class Global {
|
|
static var BigInt : BigIntConstructor;
|
|
/**
|
|
An intrinsic object that provides functions to convert JavaScript values to and from the JavaScript Object Notation (JSON) format.
|
|
**/
|
|
static var JSON : JSON;
|
|
} |