UNPKG
galal-front-end-utils
Version:
latest (1.0.100024)
1.0.100024
1.0.100023
1.0.100022
1.0.100021
1.0.100020
1.0.100019
1.0.100018
1.0.100017
1.0.100016
1.0.100015
1.0.100014
1.0.100013
1.0.100012
1.0.100011
1.0.100010
1.0.100009
1.0.100008
1.0.100007
1.0.100006
1.0.100005
1.0.100004
1.0.100003
1.0.100002
1.0.100001
1.0.1
1.0.0
A JavaScript utilities package for front end
galal-front-end-utils
/
dist
/
utilities
/
KeyValuePair.d.ts
6 lines
•
171 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
KeyValuePaire
{
_text
:
string
;
_value
:
string
;
constructor
(
text
:
string
,
value
:
string
); }
//# sourceMappingURL=KeyValuePair.d.ts.map