Skip to content

Instantly share code, notes, and snippets.

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