5 lines
61 B

function Baz () {
this.isBaz = true;
}
export default Baz;