10 lines
497 B
TypeScript
10 lines
497 B
TypeScript
// ⚠️ GENERATED FILE – do not edit directly. Edit the canonical source in skills/web-automation/shared/ and run `pnpm run sync:pi`.
|
||
declare module 'turndown-plugin-gfm' {
|
||
import TurndownService from 'turndown';
|
||
|
||
export function gfm(turndownService: TurndownService): void;
|
||
export function strikethrough(turndownService: TurndownService): void;
|
||
export function tables(turndownService: TurndownService): void;
|
||
export function taskListItems(turndownService: TurndownService): void;
|
||
}
|