UNPKG

@lou.codes/test

Version:

✅ Equality test with enforced readability

8 lines (7 loc) 258 B
import type { ReadOnlyRecord, TypeOfValue } from "@lou.codes/types"; /** * Dictionary type->formatter to be used by `formatValue`. * * @category Output */ export declare const formatValueDictionary: ReadOnlyRecord<TypeOfValue, (value: never) => string>;