epoch-seconds
Version:
Returns the amount of seconds passed since Unix epoch (1970).
7 lines • 472 B
JavaScript
/*!
*** epoch-seconds 3.0.2
*** Copyright © 2021, Jaid <jaid.jsx@gmail.com> (https://github.com/Jaid)
*** @license MIT
*** See https://github.com/jaid/epoch-seconds
!*/var e={d:(o,r)=>{for(var t in r)e.o(r,t)&&!e.o(o,t)&&Object.defineProperty(o,t,{enumerable:!0,get:r[t]})},o:(e,o)=>Object.prototype.hasOwnProperty.call(e,o)},o={};e.d(o,{Z:()=>r});const r=()=>{const e=Date.now();return Math.floor(e/1e3)};var t=o.Z;export{t as default};
//# sourceMappingURL=index.js.map