Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SincereCSL/Playgrounds
/ next
Method
next
TypeScript/StudyTypeScript/src/class_02.ts:51–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
50
class
MyFlow extends WorkFlow {
51
next() {
52
return
this;
53
}
54
}
55
new
MyFlow().next().step1().next().step2()
Callers
1
class_02.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected