Defined in: node_modules/unified/index.d.ts:76
Interface of known data that can be supported by all plugins.
Typically, options can be given to a specific plugin, but sometimes it makes sense to have information shared with several plugins. For example, a list of HTML elements that are self-closing, which is needed during all phases.
To type this, do something like:
optional
settings:Settings
Defined in: node_modules/unified/index.d.ts:77