Skip to content

[V] createStateSymbol

createStateSymbol: (name) => symbol;

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

ParameterTypeDescription
namestringSymbol name scoped with the library name.

symbol