UNPKG

keystone

Version:

Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose

11 lines (8 loc) 149 B
/** * Initialises Keystone with the provided options */ function init (options) { this.options(options); return this; } module.exports = init;