6 lines
78 B
Haxe
6 lines
78 B
Haxe
package node.fs;
|
|
|
|
typedef StatFsOptions = {
|
|
@:optional
|
|
var bigint : Bool;
|
|
}; |