UNPKG
atomicals-js
Version:
latest (0.1.85)
0.1.85
0.1.84
0.1.83
0.1.82
Atomicals JavaScript SDK and CLI
github.com/atomicals-community
atomicals-community/atomicals-js
atomicals-js
/
dist
/
utils
/
utils.d.ts
4 lines
(3 loc)
•
204 B
TypeScript
View Raw
1
2
3
4
export
declare
const
sleeper
:
(
seconds
:
number
) =>
Promise
<
boolean
>;
export
declare
function
onlyUnique<T>(
value
: T,
index
:
number
,
array
: T[]):
boolean
;
export
declare
function
isHex
(
str
:
any
):
boolean
;