MCPcopy Create free account
hub / github.com/Wulf/tsync / Chapter

Interface Chapter

test/directory_input/typescript.d.ts:34–37  ·  view source on GitHub ↗

* Multiple line comments * are formatted on * separate lines

Source from the content-addressed store, hash-verified

32 * separate lines
33 */
34interface Chapter {
35 title: string;
36 pages: number;
37}
38
39/** Time in UTC seconds */
40type UTC = number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected