@metamask/keyring-snap-sdk
Version:
MetaMask Keyring Snap SDK
14 lines • 379 B
text/typescript
/**
* Convert a date to its UNIX timestamp equivalent.
*
* @param date - The date object to convert.
* @returns A UNIX timestamp.
*/
export declare function toUnixTimestamp(date: Date): number;
/**
* Get the current UNIX timestamp.
*
* @returns The current UNIX timestamp.
*/
export declare function getCurrentUnixTimestamp(): number;
//# sourceMappingURL=time.d.cts.map