mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-11-25 20:42:40 +00:00
Moved the lib folder into content
This commit is contained in:
4
gulp/content/lib/glob.js
Normal file
4
gulp/content/lib/glob.js
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
var { promisify } = require('util');
|
||||
const glob = require('glob');
|
||||
module.exports = exports = promisify(glob);
|
||||
Reference in New Issue
Block a user