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