blob: 83c7ea293c9d6e4f8922954576985b6c7a44500c [file] [log] [blame]
'use strict'
const path = require('path');
const symbols = require('./symbols')
const include_dir = path.resolve(__dirname, 'include');
module.exports = {
include_dir,
symbols
}