UNPKG

feathers-authentication-management

Version:

Adds sign up verification, forgotten password reset, and other capabilities to local feathers-authentication

7 lines (4 loc) 107 B
module.exports = isNullsy; function isNullsy (obj) { return obj === null || obj === undefined; }