• File: get-array.js
  • Full Path: /home/awtadalkhimacom/public_html/services/node_modules/fdir/dist/api/functions/get-array.js
  • Date Modified: 10/30/2025 4:29 AM
  • File size: 318 bytes
  • MIME-type: text/plain
  • Charset: utf-8
"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;