mirror of
https://github.com/aurelienstebe/Gladdis.git
synced 2026-07-22 08:40:27 +00:00
8 lines
223 B
TypeScript
8 lines
223 B
TypeScript
declare module '@opendocsg/pdf2md' {
|
|
export default function (pdfBuffer: ArrayBuffer): Promise<string>
|
|
}
|
|
|
|
declare module 'turndown-plugin-gfm' {
|
|
import type { Plugin } from 'turndown'
|
|
export const gfm: Plugin
|
|
}
|