Laptop-Thing/web/node_modules/fdir/dist/api/functions/get-array.d.ts

4 lines
168 B
TypeScript
Raw Permalink Normal View History

2024-11-27 12:35:48 -05:00
import { Options } from "../../types";
export type GetArrayFunction = (paths: string[]) => string[];
export declare function build(options: Options): GetArrayFunction;