Files
skills-here-run-place/node_modules/mdast-util-to-markdown/lib/configure.d.ts
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01: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