@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
10 lines • 333 B
TypeScript
export interface GetHumanReadableTimeFormatType {
value: number;
noSeconds?: boolean;
utc?: boolean;
}
/**
* @param value - UNIX timestamp
* */
export declare function getHumanReadableTimeFormat({ value, noSeconds, utc }: GetHumanReadableTimeFormatType): string;
//# sourceMappingURL=getHumanReadableTimeFormat.d.ts.map