Closed Jithinqw closed 4 years ago
Currently the apis are accessed using cerberus.cerberus.isEmailValid. This is because the module.exports is been used. Convert module.exports to default export.
cerberus.cerberus.isEmailValid
module.exports
default export
default export issue is fixed in latest v0.11.0 release.
Closing issue, reopen if any problems faced.
Currently the apis are accessed using
cerberus.cerberus.isEmailValid
. This is because themodule.exports
is been used. Convertmodule.exports
todefault export
.