Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JavaScriptRegenerated/yieldparser
/ mustEnd
Function
mustEnd
src/index.ts:132–134 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
130
}
131
132
export
function
* mustEnd() {
133
yield /^$/;
134
}
135
136
export
function
* isEnd() {
137
const
{ index }: { index: number } = yield /$/;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected