UNPKG

typia

Version:

Superfast runtime validators with only one line

5 lines (4 loc) 218 B
export declare namespace FileRetriever { const directory: (name: string) => (dir: string, depth?: number) => string | null; const file: (name: string) => (directory: string, depth?: number) => string | null; }