UNPKG

wechaty-puppet-official-account

Version:
8 lines 208 B
export function getTimeStampString() { let now = new Date().getTime(); if (now > 9999999999) { now = Math.ceil(now / 1000); } return now.toString(); } //# sourceMappingURL=utils.js.map