UNPKG

@rimbu/base

Version:

Utilities to implement Rimbu collections

10 lines (9 loc) 256 B
/** * Unique symbol used as a nominal token within the base package. * Can be employed for branding or sentinel values. */ export declare const Token: unique symbol; /** * Type alias representing the Token symbol. */ export type Token = typeof Token;