Version: 0.0.10.0.20.0.6
'use strict'
const pkg = require('../')
describe('package.spec', () => {
it('should export a function', () => {
expect(pkg).to.be.a('function')
})