UNPKG
ilingo
Version:
latest (5.0.0)
next (2.0.0-3)
5.0.0
4.4.1
4.4.0
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
3.0.0-alpha.0
2.4.0
2.3.1
2.3.0
2.2.1
2.2.0
2.1.1
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-3
2.0.0-2
2.0.0-1
2.0.0-0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.0.2
0.0.1
This is a lightweight library for translation.
tada5hi/ilingo
ilingo
/
dist
/
config
/
type.d.ts
7 lines
•
180 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
Store
}
from
'../store'
;
export
type
Config
= {
store
:
Store
;
locale
:
string
; };
export
type
ConfigInput
=
Partial
<
Config
>;
//# sourceMappingURL=type.d.ts.map