Skip to main content
Glama
from-docx.d.tsโ€ข940 B
/// <reference types="node" /> /// <reference types="node" /> import { ParagraphChild } from '../file/paragraph'; import { FileChild } from '../file/file-child'; type InputDataType = Buffer | string | number[] | Uint8Array | ArrayBuffer | Blob | NodeJS.ReadableStream; export declare const PatchType: { readonly DOCUMENT: "file"; readonly PARAGRAPH: "paragraph"; }; type ParagraphPatch = { readonly type: typeof PatchType.PARAGRAPH; readonly children: readonly ParagraphChild[]; }; type FilePatch = { readonly type: typeof PatchType.DOCUMENT; readonly children: readonly FileChild[]; }; export type IPatch = ParagraphPatch | FilePatch; export interface PatchDocumentOptions { readonly patches: { readonly [key: string]: IPatch; }; readonly keepOriginalStyles?: boolean; } export declare const patchDocument: (data: InputDataType, options: PatchDocumentOptions) => Promise<Uint8Array>; export {};

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/consigcody94/office-whisperer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server