UNPKG

functional-google-cloud

Version:

Google Cloud Utilities functions in Functional Programming Style

7 lines (6 loc) 148 B
/** * ```haskell * getUnixTimestampInMinutes :: Int -> Int * ``` */ export declare const getUnixTimestampIn: (seconds: number) => number;