UNPKG

secret-polar

Version:

Polar is a development environment to compile, deploy, test, run scrt contracts on different networks.

4 lines (3 loc) 202 B
export declare function parseDateString(str: string): Date; export declare function dateToTimestampSeconds(date: Date): number; export declare function getDifferenceInSeconds(a: Date, b: Date): number;