@rimbu/core
Version:
Immutable collections and tools for TypeScript
14 lines (12 loc) • 585 B
text/typescript
import * as Menu from './menu.mjs';
/**
* @packageDocumentation
*
* The `@rimbu/core/menu` entry exports the Rimbu creation “menu”: a default object that
* groups the main Rimbu collections and their factory functions into a single namespace
* (for example `Rimbu.List`, `Rimbu.Map`, `Rimbu.Stream`).<br/>
* Use it when you prefer a single, ergonomic namespace for experimenting, REPL work or
* small scripts, instead of importing individual collection types from `@rimbu/core`.<br/>
* See the `@rimbu/core` README for examples of the menu style.
*/
export default Menu;