mirror of
https://github.com/pdemian/human2regex.git
synced 2025-05-15 20:10:19 -07:00
11 lines
254 B
TypeScript
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
|