MCPcopy Create free account
hub / github.com/Alphanimble/htmlstream / DemoExample

Interface DemoExample

demo/examples.ts:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20import { ULTIMATE_SHOWCASE } from "../tests/fixtures/ultimate-showcase";
21
22export interface DemoExample {
23 id: string;
24 label: string;
25 category: string;
26 html: string;
27}
28
29export const EXAMPLES: DemoExample[] = [
30 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected