MCPcopy 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
132export function* mustEnd() {
133 yield /^$/;
134}
135
136export function* isEnd() {
137 const { index }: { index: number } = yield /$/;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected