2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-24 14:04:06 +03:00
Files
bbob/packages/bbob-parser/src/index.js
T

3 lines
101 B
JavaScript

export { default, parse } from './parse';
export { TagNode } from '@bbob/plugin-helper/lib/TagNode';