UNPKG

jest-allure2-reporter

Version:
7 lines (6 loc) 231 B
import type { SourceCodePluginCustomizer } from 'jest-allure2-reporter'; export interface TypescriptPluginOptions { enabled: boolean; extractDocblock: boolean; } export declare const typescript: SourceCodePluginCustomizer;