m2e-validator
v1.3.11
Published
Convert mongoose schema into an express-validator chain
Downloads
21
Readme
// coming soon
| Name | Options | Notes | | ----------- | -------------------------- | ----------------------------------------- | | String | minLength, maxLength, enum | Auto escapes and trims | | Number | min, max | | | ObjectId | | | | SchemaArray | | | | Date | | Auto converts to ISO string | | Boolean | | Auto converts any non-falsy value to true | | URL | -- | Auto normalizes | | Email | -- | Auto normalizes | | Phone | -- | |