DEBSOURCES
Skip Quicknav
sources / node-typescript / 2.1.5-1~bpo8%2B1 / tests / cases / compiler / declarationEmitInferedDefaultExportType2.ts
123456789
// @declaration: true // @module: commonjs // test.ts export = { foo: [], bar: undefined, baz: null }