UNPKG

koan

Version:

A Koa.js Application Boilerplate

20 lines (17 loc) 253 B
'use strict'; /** * Default model */ module.exports = { // Describe your model like this: // title: { // type: String, // length: 255 // }, // date: { // type: Date, // default: function () { // return new Date; // } // } };