UNPKG

@rimbu/base

Version:

Utilities to implement Rimbu collections

9 lines 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Token = void 0; /** * Unique symbol used as a nominal token within the base package. * Can be employed for branding or sentinel values. */ exports.Token = Symbol('Token'); //# sourceMappingURL=token.cjs.map