UNPKG
poe-i18n
Version:
beta (0.8.0-beta.5)
latest (0.12.0)
0.12.0
0.11.0
0.10.0
0.9.1
0.9.0
0.8.0
0.8.0-beta.5
0.8.0-beta.4
0.8.0-beta.3
0.8.0-beta.2
0.8.0-beta.1
0.7.1
0.7.0
0.6.1
0.6.0
0.6.0-rc1
0.5.0
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
i18n utility for Path of Exile
github.com/eps1lon/poe-i18n
eps1lon/poe-i18n
poe-i18n
/
src
/
translate
/
index.ts
7 lines
(5 loc)
•
218 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
translate
from
'./translate'
;
export
default
translate;
export
{
default
as
asRegexp }
from
'./asRegexp'
;
export
{ matchesTranslation }
from
'./match'
;
export
{
NO_DESCRIPTION
,
Stat
}
from
'./translate'
;