UNPKG

earljs

Version:

Ergonomic, modern and type-safe assertion library

4 lines (3 loc) 217 B
import { CanonicalType } from '../isEqual'; import { FormatOptions } from './FormatOptions'; export declare function getRepresentation(value: unknown, type: CanonicalType, options: FormatOptions): string | undefined;