UNPKG

197 Btext/x-handlebars-templateView Raw
1/**
2 * {{pkg.description}}
3 * @module {{pkg.name}}
4 */
5
6'use strict'
7
8const ababel = require('./ababel')
9
10let lib = ababel.bind(this)
11
12Object.assign(lib, ababel, {
13 ababel
14})
15
16module.exports = lib
\No newline at end of file