UNPKG
@hethers/constants
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
Common EVM & Hedera Hashgraph constants used for hethers.
hashgraph/hethers.js
@hethers/constants
/
lib
/
strings.js
7 lines
•
300 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
HBarSymbol
=
exports
.
EtherSymbol
=
void
0
;
// NFKC (composed) // (decomposed)
exports
.
EtherSymbol
=
"\u039e"
;
// "\uD835\uDF63";
exports
.
HBarSymbol
=
"\u210F"
;
// none
//# sourceMappingURL=strings.js.map