6 lines
135 B
Haxe
6 lines
135 B
Haxe
package node.fs;
|
|
|
|
/**
|
|
Valid types for path values in "fs".
|
|
**/
|
|
typedef PathLike = ts.AnyOf3<String, node.buffer.Buffer, node.url.URL>; |