MCPcopy
hub / github.com/posthtml/posthtml / Options

Interface Options

types/posthtml.d.ts:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 export interface Options {
78 sync?: boolean;
79 parser?: Function;
80 render?: Function;
81 skipParse?: boolean;
82 }
83
84 export type Plugin<TThis> = (
85 tree: Node

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…