UNPKG

gnablib

Version:

A lean, zero dependency library to provide a useful base for your project.

7 lines (6 loc) 319 B
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';