Created
June 26, 2019 10:09
-
-
Save mauricedb/3e15907966981405bcfe828ab6067aa9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const person = { | |
firstName: "Matt", | |
nickName: "The Hammer", | |
email: "[email protected]", | |
birthDate: new Date(1976, 9, 5) | |
}; | |
console.log(personSchema.isValidSync(person)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment