UNPKG

@bscotch/sprite-source

Version:

Art pipeline scripting module for GameMaker sprites.

5 lines 282 B
import { Pathy } from '@bscotch/pathy'; import type { Dirent } from 'node:fs'; export declare function readdirSafe(dir: string | Pathy): Promise<string[]>; export declare function readdirSafeWithFileTypes(dir: string | Pathy): Promise<Dirent[]>; //# sourceMappingURL=safeFs.d.ts.map