core3-utils

@wixc3/mostly-equal on Github

Home > @wixc3/mostly-equal > equal

equal() function

Strict equality of a field

Signature:

export declare function equal(value: unknown, thumbsUpOnSuccess?: boolean): import("./types").MarkerSymbol;

Parameters

Parameter Type Description
value unknown
thumbsUpOnSuccess boolean _(Optional)_ when there is a match, display thumbs up instead of the true value

Returns:

import(“./types”).MarkerSymbol