Home > @skunkteam/types > ParserOptions
Options that can be passed to BaseTypeImpl.withParser().
Signature:
interface ParserOptions| Property | Modifiers | Type | Description |
|---|---|---|---|
| chain? | boolean | (Optional) Whether to chain this parser on top of any existing parser. | |
| name? | string | (Optional) The new name to use in error messages. |