Initializers
| Name | Type | Description |
|---|
Static Functions
| Name | Description |
|---|---|
AnyValue | Produces a lazy token from an untyped value. |
ListValue | Returns a list-ified token for a lazy value. |
NumberValue | Returns a numberified token for a lazy value. |
StringValue | Returns a stringified token for a lazy value. |
AnyValue
ProducerRequired
- Type: IAnyProducer
OptionsOptional
- Type: LazyAnyValueOptions
ListValue
ProducerRequired
- Type: IListProducer
OptionsOptional
- Type: LazyListValueOptions
NumberValue
ProducerRequired
- Type: INumberProducer
StringValue
ProducerRequired
- Type: IStringProducer
OptionsOptional
- Type: LazyStringValueOptions