Spaces:
Sleeping
Sleeping
Aryan
Implement secure onboarding registration, password strength visual meters, hide/show password actions, and multi-tenant document list filtering
e80bf7e | ; | |
| /** @type {import('./isObject')} */ | |
| module.exports = function isObject(x) { | |
| return !!x && (typeof x === 'function' || typeof x === 'object'); | |
| }; | |