@longlast/symbols
v1.1.2
Published
Defines unique symbols for use in ubiquitous interfaces
Downloads
429
Readme
@longlast/symbols
This package exports unique symbols, for use e.g. as the method names of ubiquitous interfaces.
Install
Choose your favorite package manager:
npm add @longlast/symbols
pnpm add @longlast/symbols
yarn add @longlast/symbolsDocumentation
Browse the docs on longlast.js.org.
Development
This package only exports symbols. It does not export anything else,
including types. The purpose of this restriction is to minimize the chance of
breaking changes. There can be only one instance of @longlast/symbols in
any app bundle; if two packages import different versions of
@longlast/symbols, then they will not be able to call each others' methods.
Packages that depend on @longlast/symbols should always write their version
specifiers to get the latest 1.x version, e.g. ^1.0.0.
