@rimbu/core
Version:
Immutable collections and tools for TypeScript
16 lines • 750 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var Menu = tslib_1.__importStar(require("./menu.cjs"));
/**
* @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.
*/
exports.default = Menu;
//# sourceMappingURL=index.cjs.map