5 lines
68 B
Haxe
5 lines
68 B
Haxe
package node.zlib;
|
|
|
|
typedef ZlibReset = {
|
|
function reset():Void;
|
|
}; |