DEBSOURCES
Skip Quicknav
sources / node-typescript / 3.3.3333-1 / tests / cases / compiler / exportAssignmentWithoutIdentifier1.ts
12345678
//@module: commonjs function Greeter() { //... } Greeter.prototype.greet = function () { //... } export = new Greeter();