UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

6 lines 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.dateToUnixTimestamp = void 0; var dateToUnixTimestamp = function (date) { return Math.floor(date.getTime() / 1000); }; exports.dateToUnixTimestamp = dateToUnixTimestamp; //# sourceMappingURL=time.js.map