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

Function AlbumItem

src/routing.test.ts:120–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118 }
119
120 function* AlbumItem() {
121 yield "/albums/";
122 const [id]: [string] = yield /^\d+/;
123 return { type: "album", id };
124 }
125
126 function* blogPrefix() {
127 yield "/blog";

Callers 1

routing.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected