'use strict'; class Bay { constructor() { } } module.exports = Bay;