/** * {{pkg.description}} * @module {{pkg.name}} */ 'use strict' const ababel = require('./ababel') let lib = ababel.bind(this) Object.assign(lib, ababel, { ababel }) module.exports = lib