MCPcopy
hub / github.com/posthtml/posthtml / use

Method use

types/posthtml.d.ts:99–99  ·  view source on GitHub ↗
(plugins: MaybeArray<Plugin<TThis>>)

Source from the content-addressed store, hash-verified

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}

Callers 6

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

Implementers 1

PostHTMLlib/index.js

Calls

no outgoing calls

Tested by 3

testFunction · 0.52
testFunction · 0.52
testFunction · 0.52