Files
runbin/web/node_modules/fdir/dist/api/functions/get-array.js
lhx-666-cool f6cb277519 add web
2025-04-25 17:03:25 +08:00

14 lines
318 B
JavaScript

"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;