botbook/node_modules/ebnf/dist/Grammars/index.d.ts
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03:00

3 lines
130 B
TypeScript

export { default as BNF } from './BNF';
export { default as W3C } from './W3CEBNF';
export { default as Custom } from './Custom';