UNPKG

allure-js-commons

Version:
5 lines (4 loc) 239 B
import { AttachmentOptions } from "./model.js"; export declare const isPromise: (obj: any) => boolean; export declare const typeToExtension: (options: AttachmentOptions) => string; export declare const serialize: (val: unknown) => string;