UNPKG

@dojima-wallet/connection

Version:

Initialise and connection for layer 1&2 blockchain

6 lines (5 loc) 375 B
export declare const convertTimestampToDate: (timestamp: number) => string; export declare const convertISOtoUTC: (date: string) => string; export declare const convertDateToTimestamp: (date: string) => number; export declare const convertTimestampToDateFormat: (timestamp: number) => string; export declare const convertTimestampToTimeFormat: (timestamp: number) => string;