MCPcopy Index your code
hub / github.com/JavaScriptRegenerated/yieldparser / AnotherWeekdayParser

Function AnotherWeekdayParser

src/natural-dates.test.ts:26–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 }
25
26 function* AnotherWeekdayParser() {
27 yield whitespaceOptional;
28 yield optional('and', 'or');
29 yield whitespaceOptional;
30 return yield WeekdayParser;
31 }
32
33 function* WeekdaysParser() {
34 let repeats = false;

Callers

nothing calls this directly

Calls 1

optionalFunction · 0.90

Tested by

no test coverage detected