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`).
* 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`.
* See the `@rimbu/core` README for examples of the menu style. */ export default Menu;