[V] createStateSymbol
createStateSymbol: (name) => symbol;Get or create a symbol with the given name unique for that library.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
name | string | Symbol name scoped with the library name. |
Returns
Section titled “Returns”symbol