5 lines
66 B
Haxe
5 lines
66 B
Haxe
package node.fs;
|
|
|
|
typedef BigIntOptions = {
|
|
var bigint : Bool;
|
|
}; |