DEBSOURCES
Skip Quicknav
sources / node-typescript / 3.3.3333-1 / tests / cases / compiler / declarationEmitInferredDefaultExportType2.ts
123456789
// @declaration: true // @module: commonjs // test.ts export = { foo: [], bar: undefined, baz: null }