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