UNPKG

webnjs

Version:

The NodeJS framework for developing sophisticated web-based solutions.

14 lines (10 loc) 190 B
const Model = (() => { /** * */ function constructor(name, structure, options) { db.define(name, structure, options); } return constructor; })(); export default Model;