UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

10 lines (6 loc) 191 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function getNowBySecond() { return Math.floor(Date.now() / 1000); } exports.getNowBySecond = getNowBySecond;