Container Namespace
Package: @esfx/collection-core
Functions
hasInstance(value)
Tests whether a value supports the minimal representation of a Container<T>.
Declaration
function hasInstance(value: any): value is Container<unknown>;
Parameters
- value
- any
Returns
value is Container<unknown>
Variables
| Improve this Docdelete
A well-known symbol used to define the Container#[Container.delete]
method.
Declaration
delete: unique symbol
add
A well-known symbol used to define the Container#[Container.add]
method.
Declaration
add: unique symbol
name
Declaration
name = "Container"