mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-07 07:27:20 +00:00
push all website files
This commit is contained in:
10
website/functions/node_modules/fast-glob/index.js
generated
vendored
Normal file
10
website/functions/node_modules/fast-glob/index.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
const pkg = require('./out/index');
|
||||
|
||||
module.exports = pkg.async;
|
||||
module.exports.default = pkg.async;
|
||||
|
||||
module.exports.async = pkg.async;
|
||||
module.exports.sync = pkg.sync;
|
||||
module.exports.stream = pkg.stream;
|
||||
|
||||
module.exports.generateTasks = pkg.generateTasks;
|
Reference in New Issue
Block a user