.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / fast-glob / index.js
1 const pkg = require('./out/index');
2
3 module.exports = pkg.async;
4 module.exports.default = pkg.async;
5
6 module.exports.async = pkg.async;
7 module.exports.sync = pkg.sync;
8 module.exports.stream = pkg.stream;
9
10 module.exports.generateTasks = pkg.generateTasks;