UNPKG

239 BTypeScriptView Raw
1import { AttachmentOptions } from "./model.js";
2export declare const isPromise: (obj: any) => boolean;
3export declare const typeToExtension: (options: AttachmentOptions) => string;
4export declare const serialize: (val: unknown) => string;