UNPKG
@ts-intl/dictionary
Version:
latest (2.0.0)
2.0.0
1.2.0
1.1.0
1.0.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.1
0.2.0
0.1.0
0.0.0
I18n dictionary/messages generator
github.com/ts-intl/ts-intl
ts-intl/ts-intl
@ts-intl/dictionary
/
dist
/
esm
/
index.js
4 lines
(3 loc)
•
226 B
JavaScript
View Raw
1
2
3
4
export
{ extractDictionary }
from
'./extractDictionary'
;
export
{ extractDictionaryFs }
from
'./extractDictionaryFs'
;
export
{ extractProjectDictionary, extractProjectDictionaryWithLocale, }
from
'./extractProjectDictionary'
;