site/node_modules/mdast-util-to-markdown/lib/configure.d.ts

9 lines
248 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
/**
* @param {State} base
* @param {Options} extension
* @returns {State}
*/
export function configure(base: State, extension: Options): State;
export type Options = import('./types.js').Options;
export type State = import('./types.js').State;