UNPKG

quickpickle

Version:

Plugin for Vitest to run tests written in Gherkin Syntax.

8 lines (7 loc) 224 B
export declare class DocString extends String { mediaType: string; data?: any; constructor(content: string, mediaType?: string); toString(): string; [Symbol.toPrimitive](hint: string): string | number; }