Preview: get-array.js
Size: 318 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/tinyglobby/node_modules/fdir/dist/api/functions/get-array.js
"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;
Directory Contents
Dirs: 0 × Files: 18