UNPKG

@idealic/poker-engine

Version:

Professional poker game engine and hand evaluator with built-in iterator utilities

16 lines 470 B
/** * Re-exports of functions without the nested namespace structure * * This simplifies importing and using async functions. * Instead of `namespace.async`, you can use the function directly. */ export * from './accumulate'; export * from './chunk'; export * from './concat'; export * from './dispatch'; export * from './filter'; export * from './lib/pubsub'; export * from './map'; export * from './pipe'; export * from './take'; //# sourceMappingURL=index.js.map