makearmy-app/node_modules/mdast-util-to-markdown/lib/configure.d.ts
2025-09-22 10:37:53 -04:00

9 lines
No EOL
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