UNPKG

jest-allure2-adapter

Version:
6 lines (5 loc) 329 B
/// <reference types="node" /> import { ContentType } from 'allure-js-commons'; import { AttachmentOptions } from 'allure-js-commons/dist/src/model'; export declare const dateStr: (isFileName?: boolean) => string; export declare function getContent(content: Buffer | string, type: ContentType | string | AttachmentOptions): any;