// @noEmit: true // @allowJs: true // @checkJs: true // @filename: x.js const Foo = { min: 3 }; exports.fn1(); exports.fn2 = Foo.min;