2025-07-06 20:54:40 +08:00

4 lines
168 B
TypeScript

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