UNPKG

@sofaws/dapp-core

Version:

A library to hold the main logic for a dapp on the Elrond Network

4 lines 264 B
export declare function getRemainingTime(ms: number): string; export declare function timeRemaining(duration: number, short?: boolean): string; export declare function timeAgo(timestamp: number, short?: boolean): string; //# sourceMappingURL=timeRemaining.d.ts.map