UNPKG

alm

Version:

The best IDE for TypeScript

12 lines (11 loc) 202 B
"use strict"; exports.foo = 123; exports.foo; var Foo = (function () { function Foo() { } Foo.prototype.someMethod = function () { }; return Foo; }()); exports.Foo = Foo;