Website/node_modules/cheerio/index.js

12 lines
165 B
JavaScript
Raw Normal View History

2015-12-03 19:57:30 -05:00
/**
* Export cheerio (with )
*/
exports = module.exports = require('./lib/cheerio');
/*
Export the version
*/
exports.version = require('./package').version;