UNPKG

payload

Version:

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

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