Defined in: node_modules/unified/index.d.ts:50
Interface of known results from compilers.
Normally, compilers result in text (Value
of vfile
).
When you compile to something else, such as a React node (as in,
rehype-react
), you can augment this interface to include that type.
Use CompileResults
to access the values.
string:
string
Defined in: node_modules/unified/index.d.ts:53
Uint8Array:
Uint8Array
Defined in: node_modules/unified/index.d.ts:52