Skip to content

Instantly share code, notes, and snippets.

@mauricedb
Created June 26, 2019 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mauricedb/3e15907966981405bcfe828ab6067aa9 to your computer and use it in GitHub Desktop.
Save mauricedb/3e15907966981405bcfe828ab6067aa9 to your computer and use it in GitHub Desktop.
const person = {
firstName: "Matt",
nickName: "The Hammer",
email: "matt@the-hammer.com",
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