MCPcopy
hub / github.com/posthtml/posthtml / PostHTML

Interface PostHTML

types/posthtml.d.ts:94–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 export interface PostHTML<TThis, TMessage> {
95 version: string;
96 name: "";
97 plugins: Plugin<TThis>[];
98 messages: TMessage[];
99 use<TThis>(plugins: MaybeArray<Plugin<TThis>>): this;
100 process(html: string, options?: Options): Promise<Result<TMessage>>;
101 }
102}
103
104declare function PostHTML<TThis, TMessage>(

Callers 14

testFunction · 0.65
init.jsFile · 0.65
testFunction · 0.65
plugins.jsFile · 0.65
core.jsFile · 0.65
testFunction · 0.65
testFunction · 0.65
testFunction · 0.65
testFunction · 0.65
testFunction · 0.65
options.jsFile · 0.65
testFunction · 0.65

Implementers 1

PostHTMLlib/index.js

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…