botbook/node_modules/ebnf/dist/Grammars/index.d.ts

4 lines
130 B
TypeScript
Raw Normal View History

2024-09-04 13:13:15 -03:00
export { default as BNF } from './BNF';
export { default as W3C } from './W3CEBNF';
export { default as Custom } from './Custom';