'use strict'; module.exports = function createObject(properties) { return {}; // FIXME };