Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
test
Function · 0.65
init.js
File · 0.65
test
Function · 0.65
plugins.js
File · 0.65
core.js
File · 0.65
test
Function · 0.65
Implementers
1
PostHTML
lib/index.js
Calls
no outgoing calls
Tested by
3
test
Function · 0.52
test
Function · 0.52
test
Function · 0.52