UNPKG

remark-docx

Version:

remark plugin to compile markdown to docx (Microsoft Word, Office Open XML).

5 lines (4 loc) 249 B
declare const supportedTypes: readonly ["png", "jpg", "gif", "bmp", "svg"]; export type SupportedImageType = (typeof supportedTypes)[number]; export declare const isSupportedType: (type: string | undefined) => type is SupportedImageType; export {};