knowledgebase_law/node_modules/mdast-util-to-markdown/lib/configure.d.ts
2025-04-11 11:47:09 -04:00

9 lines
271 B
TypeScript

/**
* @param {State} base
* @param {Options} extension
* @returns {State}
*/
export function configure(base: State, extension: Options): State;
import type { State } from './types.js';
import type { Options } from './types.js';
//# sourceMappingURL=configure.d.ts.map