mirror of
https://github.com/aurelienstebe/Gladdis.git
synced 2026-07-22 08:40:27 +00:00
4 lines
113 B
TypeScript
4 lines
113 B
TypeScript
declare module 'turndown-plugin-gfm' {
|
|
import type { Plugin } from 'turndown'
|
|
export const gfm: Plugin
|
|
}
|