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

Interface Result

src/natural-dates.test.ts:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 interface Result {
87 weekdays: Set<Weekday>;
88 repeats: undefined | 'weekly';
89 startTime: { hours: number, minutes?: number };
90 endTime: { hours: number, minutes?: number };
91 }
92
93 function* NaturalDateParser(): ParseGenerator<Result> {
94 yield whitespaceOptional;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected