MCPcopy Create free account
hub / github.com/basarat/typescript-book / Bar

Function Bar

code/types/typeGuard.js:22–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 }());
21 var Bar = (function () {
22 function Bar() {
23 this.bar = 123;
24 this.common = '123';
25 }
26 return Bar;
27 }());
28 function doStuff(arg) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected