UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

8 lines (7 loc) 167 B
export const isUserLocked = (date)=>{ if (!date) { return false; } return date.getTime() > Date.now(); }; //# sourceMappingURL=isUserLocked.js.map