UNPKG

@volare.finance/utils.js

Version:
11 lines (10 loc) 255 B
/** * @file index.ts * @author astra <astra@volare.finance> * @date 2022 */ /*** * @param days */ export declare const createValidExpiryInSeconds: (days: number) => number; export declare const getFutureExpiryInSeconds: (seconds: number) => number;