1
0
mirror of https://github.com/pdemian/human2regex.git synced 2025-05-15 20:10:19 -07:00
human2regex/lib/index.d.ts
2021-01-15 04:54:08 -05:00

10 lines
388 B
TypeScript

/*! Copyright (c) 2021 Patrick Demian; Licensed under MIT */
/**
* Includes all packages
* @packageDocumentation
*/
export { CommonError } from "./utilities";
export { Human2RegexLexerOptions, Human2RegexLexer, IndentType, TokenizeResult } from "./lexer";
export { Human2RegexParserOptions, Human2RegexParser, ParseResult } from "./parser";
export { RegexDialect } from "./generator";