UNPKG
@ilingo/fs
Version:
latest (5.0.0)
5.0.0
4.3.3
4.3.2
4.3.1
4.2.0
4.1.1
4.1.0
4.0.0
3.2.0
3.1.0
3.0.0
3.0.0-alpha.2
3.0.0-alpha.1
This is a lightweight library for translation.
tada5hi/ilingo
@ilingo/fs
/
dist
/
types.d.ts
7 lines
•
152 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
type
Config
= {
directory
:
string
[]; };
export
type
ConfigInput
= {
directory
?:
string
|
string
[]; };
//# sourceMappingURL=types.d.ts.map