- Preparing search index...
- The search index is not available
retsac
Parse
Exec
<T>: ((input
?: string | { input
?: string; stopOnError
?: boolean; }) => ParserOutput<T>)
Type declaration
-
- (input?: string | {
input?: string;
stopOnError?: boolean;
}): ParserOutput<T>
-
Parameters
-
Optional input: string | {
input?: string;
stopOnError?: boolean;
}