UNPKG

@rimbu/common

Version:

Common types and objects used in many other Rimbu packages

8 lines 251 B
export var CollectFun; (function (CollectFun) { /** * Indicates, when returned from a collect function, to skip the value. */ CollectFun.Skip = Symbol('Skip'); })(CollectFun || (CollectFun = {})); //# sourceMappingURL=collect.mjs.map