6 lines
78 B
JavaScript

const { Syntax } = require('./lib/syntax');
module.exports = {
Syntax
};