1.0.2 • Published 5 years ago

@nikositech/req-params-handler v1.0.2

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
5 years ago

ReqParamsHandler

Handler for request parameters types

Installation

$ npm install @nikositech/req-params-handler --save

## Documentation

  • isObjectID(value) Check if value is an ObjectId valid

  • isNumber(value) Check if value is a number

  • checkObjectID(req, res, next, value = "id") Middleware for check Object ID

  • checkNumber(req, res, next, value = "id") Middleware for check number

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago