Skip to content

Instantly share code, notes, and snippets.

@diegohaz
Last active March 11, 2018 20:38
Show Gist options
  • Save diegohaz/f71e5ea6a62d11db2a3aa54b881271ea to your computer and use it in GitHub Desktop.
Save diegohaz/f71e5ea6a62d11db2a3aa54b881271ea to your computer and use it in GitHub Desktop.
const schema = require("schm");
const userSchema = schema({
name: { type: String, default: "Haz" },
age: { type: Number, default: 27 },
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment