1
0
mirror of https://github.com/pdemian/human2regex.git synced 2025-05-16 20:40:08 -07:00
human2regex/src/index.ts
Patrick Demian 27f37c21eb Update year
2021-01-03 05:07:55 -05:00

12 lines
394 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";