UNPKG

jest-prettyhtml-matchers

Version:

Custom Jest snapshot matchers that use prettyhtml to format strings.

3 lines (2 loc) 136 B
import type { Format, PrettyHtmlOptions } from './types'; export declare const createFormatter: (options: PrettyHtmlOptions) => Format;