MCPcopy
hub / github.com/basarat/typescript-book / iterators.js

File iterators.js

code/es6/iterators.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var Component = (function () {
2 function Component(name) {
3 this.name = name;
4 }

Callers

nothing calls this directly

Calls 1

nextMethod · 0.80

Tested by

no test coverage detected