3 lines
102 B
Haxe
3 lines
102 B
Haxe
package node.stream.web;
|
|
|
|
typedef QueuingStrategySize<T> = ts.AnyOf2<() -> Float, (chunk:T) -> Float>; |