function Page() { if (!(this instanceof Page)) return new Page(); } module.exports = Page;