3 lines
86 B
Haxe
3 lines
86 B
Haxe
package connect;
|
|
|
|
typedef NextFunction = ts.AnyOf2<() -> Void, (err:Dynamic) -> Void>; |