decodeState
functionsignature
decodeState(input): unknownReverses encodeState.
Parameters
| Name | Type | Description |
|---|---|---|
input | unknown | A value produced by encodeState (typically after a JSON round trip). |
Returns
unknown — The original structure, with Map, Set, Date and friends restored.