/** * Initialises Keystone with the provided options */ function init (options) { this.options(options); return this; } module.exports = init;