UNPKG

gnablib

Version:

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

5 lines (4 loc) 236 B
export type { IBnf } from './interfaces/IBnf.js'; export type { IBnfRepeat } from './interfaces/IBnfRepeat.js'; export { BnfChar, BnfRange, BnfString, BnfConcat, BnfAlt, BnfRepeat, } from './bnf.js'; export { rules } from './rules.js';