Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
var
Component = (
function
() {
2
function
Component(name) {
3
this.name = name;
4
}
Callers
nothing calls this directly
Calls
1
next
Method · 0.80
Tested by
no test coverage detected