UNPKG
@catchphrase/core
Version:
latest (1.0.0)
1.0.0
Functional i18n library for the web
@catchphrase/core
/
dist
/
index.d.ts
4 lines
(3 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
export
{ createCatchphrase }
from
"./createCatchphrase"
;
export
{ createTranslation }
from
"./createTranslation"
;
export
{
CreateTranslationReturn
,
LanguageCode
,
TranslationThunk
, }
from
"./types"
;