UNPKG
@etherspot/data-utils
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
Etherspot Data Utils
etherspot.dev
etherspot/etherspot-data-utils
@etherspot/data-utils
/
dist
/
esm
/
chunk-FQHT7THY.mjs
18 lines
(16 loc)
•
259 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import
{
IsHex
}
from
"./chunk-SSGUETWS.mjs"
;
// src/sdk/dto/validators/is-hex32.validator.ts
function
IsHex32
(
options = {}
) {
return
IsHex
( {
size
:
32
}, options ); }
export
{
IsHex32
};
//# sourceMappingURL=chunk-FQHT7THY.mjs.map