1.0.2 • Published 2 years ago

@snymax/express-utils v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Express Utils

These are just a few simple validators to check the users credentials

Installation

npm i @snymax/express-utils

Usage

Usage is straight forward each method is a middleware to be used in express.

const {email, phone, birthday, password} = require("@snymax/express-utils");

router.post("/", email, phone, birthday, password, ...);
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago