Skip to content

[V] createStateSymbol

createStateSymbol: (name) => symbol;

Get or create a symbol with the given name unique for that library.

Parameters

ParameterTypeDescription
namestringSymbol name scoped with the library name.

Returns

symbol