Clone and edit this document
Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
Yup v0.28.3 working correctly for nullable & noUnknown
node v10.24.1
version:
master
endpoint
share
tweet
const { object, string } = require("yup@0.28.3") const schema = object({ name: string() }).nullable().noUnknown(); schema.validate(null)
Loading…
no comments
sign in
to comment