astro-ghostcms/.pnpm-store/v3/files/0c/74b34fe4e41c11c583fdecae3d5...

6 lines
333 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type Settings from '../settings';
import type { Entry } from '../types';
export declare function read(directory: string, settings: Settings): Entry[];
export declare function readdirWithFileTypes(directory: string, settings: Settings): Entry[];
export declare function readdir(directory: string, settings: Settings): Entry[];