Files
skills-here-run-place/node_modules/remark-gfm/lib/index.d.ts
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01:00

12 lines
379 B
TypeScript

/**
* Add support GFM (autolink literals, footnotes, strikethrough, tables,
* tasklists).
*
* @param {Options | null | undefined} [options]
* Configuration (optional).
* @returns {undefined}
* Nothing.
*/
export default function remarkGfm(options?: Options | null | undefined): undefined;
import type { Options } from 'remark-gfm';
//# sourceMappingURL=index.d.ts.map