1
0
mirror of https://github.com/pdemian/human2regex.git synced 2025-05-16 04:20:35 -07:00
human2regex/lib/index.d.ts
2020-11-13 17:12:33 -05:00

10 lines
381 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";