UNPKG

fpt-akainsights-react-native

Version:

React Native Plugin for the akaInsights Javascript SDK

7 lines (6 loc) 211 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.currentTimestamp = void 0; exports.currentTimestamp = function () { return (Math.floor(Date.now() / 1000)).toString(); };