MCPcopy
hub / github.com/harttle/liquidjs / Emitter

Interface Emitter

src/emitters/emitter.ts:1–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface Emitter {
2 /**
3 * Write a html value into emitter
4 * @param html string, Drop or other primitive value
5 */
6 write (html: any): void;
7 /**
8 * Buffered string
9 */
10 buffer: string;
11}

Callers 1

writeMethod · 0.65

Implementers 4

SimpleEmittersrc/emitters/simple-emitter.ts
StreamedEmittersrc/emitters/streamed-emitter.ts
KeepingTypeEmittersrc/emitters/keeping-type-emitter.ts
LRUsrc/cache/lru.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…