core3-utils

@wixc3/mostly-equal on Github

Home > @wixc3/mostly-equal > Formatter

Formatter interface

Signature:

export interface Formatter 

Properties

Property Modifiers Type Description
[format](/core3-utils/mostly-equal.formatter.format.html) (value: unknown, lookupPath: [LookupPath](/core3-utils/mostly-equal.lookuppath.html)) => unknown
[isApplicable](/core3-utils/mostly-equal.formatter.isapplicable.html) (value: unknown, lookupPath: [LookupPath](/core3-utils/mostly-equal.lookuppath.html)) => boolean