full site update
This commit is contained in:
13
node_modules/fdir/dist/api/functions/get-array.js
generated
vendored
Normal file
13
node_modules/fdir/dist/api/functions/get-array.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.build = void 0;
|
||||
const getArray = (paths) => {
|
||||
return paths;
|
||||
};
|
||||
const getArrayGroup = () => {
|
||||
return [""].slice(0, 0);
|
||||
};
|
||||
function build(options) {
|
||||
return options.group ? getArrayGroup : getArray;
|
||||
}
|
||||
exports.build = build;
|
Reference in New Issue
Block a user