UNPKG

@ilingo/fs

Version:

This is a lightweight library for translation.

7 lines (6 loc) 117 B
export type Config = { directory: string[]; }; export type ConfigInput = { directory?: string | string[]; };