UNPKG

@liuhlightning/wx-pay

Version:
10 lines 252 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.timestamp = timestamp; /** * 生成时间戳 秒单位 */ function timestamp() { return (Date.now() / 1000.0).toFixed(0); } //# sourceMappingURL=timestamp.js.map