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
/
dist
/
cjs
/
util
/
NamedGroupsRegexp.d.ts
10 lines
(9 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
default
class
NamedGroupsRegexp
{
private
regexp;
private
groups;
constructor
(
regexp
:
RegExp
,
groups
:
string
[]
);
match
(
text
:
string
): { [
key
:
string
]:
string
; } |
null
;
toString
():
RegExp
; }