UNPKG

lesgo

Version:

Core framework for lesgo node.js serverless framework.

8 lines (7 loc) 187 B
/** * Returns the current timestamp in seconds. * * @returns The current timestamp in seconds. */ declare const getCurrentTimestamp: () => number; export default getCurrentTimestamp;