1
0
mirror of https://github.com/pdemian/human2regex.git synced 2025-05-18 13:30:08 -07:00
human2regex/src/index.ts
2020-11-13 17:12:33 -05:00

12 lines
387 B
TypeScript

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