UNPKG

dune-ts

Version:

Unofficial Dune Analytics Typescript Client

4 lines 234 B
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