gnablib
Version:
A lean, zero dependency library to provide a useful base for your project.
7 lines (6 loc) • 319 B
TypeScript
export type { IMatcher } from './interfaces/IMatcher.js';
export type { INode } from './interfaces/INode.js';
export type { IRandSrc } from './interfaces/IRandSrc.js';
export { Nfa } from './nfa/Nfa.js';
export { CharMatch, InsensitiveMatch, RangeMatch } from './nfa/matchers.js';
export { RandTk } from './RandTk.js';