MCPcopy Index your code
hub / github.com/bytecodealliance/ComponentizeJS / chars

Interface chars

test/cases/char/source.d.ts:2–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1declare module 'char' {
2 interface chars {
3 takeChar: (c: string) => void;
4 returnChar: () => string;
5 }
6 export const chars: chars;
7}
8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected