features/extra/world.js (
5
lines of code) (
raw
):
const world = require("./helpers"); const WorldConstructor = function WorldConstructor() { return world; }; exports.World = WorldConstructor;