Constructors
Properties
Methods
Protected
handleUnsupported
- handleUnsupported(value, hint): void
Parameters
- value: unknown
- hint: string
Returns void
parse
- parse(value, hint?): void
Parameters
- value: any
- hint:
| "string"
| "number"
| "bigint"
| "boolean"
| "symbol"
| "undefined"
| "object"
| "function" = ...
Returns void
process
- process(): Uint8Array
Returns Uint8Array