Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 959 Bytes

types.parseroptions.md

File metadata and controls

20 lines (13 loc) · 959 Bytes

Home > @skunkteam/types > ParserOptions

ParserOptions interface

Options that can be passed to BaseTypeImpl.withParser().

Signature:

interface ParserOptions

Properties

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.