UNPKG

@mintlify/prebuild

Version:

Helpful functions for Mintlify's prebuild step

4 lines (3 loc) 288 B
export declare const getFileListSync: (dirName: string, og?: string) => string[]; export declare const getFileListWithDirectories: (dirName: string, og?: string) => string[]; export declare function getFileList(dirName: string, og?: string, mintIgnore?: string[]): AsyncIterable<string>;