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

9 lines
271 B
TypeScript
Raw Normal View History

2025-04-11 23:47:09 +08:00
/**
* @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