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

11 lines
254 B
TypeScript

/*! Copyright (c) 2020 Patrick Demian; Licensed under MIT */
/**
* Includes all packages
* @packageDocumentation
*/
import "./utilities";
import "./tokens";
import "./lexer";
import "./parser";
import "./generator";
//# sourceMappingURL=index.d.ts.map