UNPKG
dune-ts
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
Unofficial Dune Analytics Typescript Client
github.com/sripwoud/dune-ts
sripwoud/dune-ts
dune-ts
/
dist
/
cjs
/
types
/
utils.d.ts
4 lines
•
234 B
TypeScript
View Raw
1
2
3
4
export
declare
const
isEthereumAddress
:
(
str
:
string
) =>
boolean
;
export
declare
const
delay
:
(
ms
:
number
) =>
Promise
<
unknown
>;
export
declare
const
isAfter
:
(
date
:
Date
,
pastMs
:
number
) =>
boolean
;
//# sourceMappingURL=utils.d.ts.map