Last active
March 11, 2018 20:39
-
-
Save diegohaz/ebe145d394c03626c8dec46ad9a1c24c 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 schema = require("schm"); | |
const userSchema = schema({ | |
name: { type: String }, | |
age: { type: Number }, | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment