UNPKG

@ilingo/fs

Version:

This is a lightweight library for translation.

7 lines 152 B
export type Config = { directory: string[]; }; export type ConfigInput = { directory?: string | string[]; }; //# sourceMappingURL=types.d.ts.map