Current section

Files

Jump to
spellweaver priv bun node_modules fdir dist api functions get-array.d.ts
Raw

priv/bun/node_modules/fdir/dist/api/functions/get-array.d.ts

import { Options } from "../../types";
export type GetArrayFunction = (paths: string[]) => string[];
export declare function build(options: Options): GetArrayFunction;