UNPKG

@matatbread/typia

Version:

Superfast runtime validators with only one line

8 lines (7 loc) 171 B
export declare namespace FileRetriever { const directory: (props: { file: string; location: string; depth?: number; }) => string | null; }