/* const content = require('./properties/content'); const items = require('./properties/items'); const self = require('./properties/self'); module.exports = (root, opts) => { // properties content(root, opts); items(root, opts); self(root, opts); }; */