Deserialized data type.
Reads the data synchronously from the given string or array of tokens.
Either input string or array of tokens to parse.
Optional
options: UcDeserializer.OptionsDeserialization options.
Optional
Deserialized data value.
Reads the data asynchronously from the given readable stream
of tokens.
Input stream to read the data from.
Optional
options: UcDeserializer.OptionsDeserialization options.
Optional
Promise resolved to deserialized data value.
Brand property not supposed to be declared.
Generated using TypeDoc
Token deserializer.
Reads the data value from input tokens. Deserializer may be either synchronous or asynchronous depending on input type.