core3-utils

@wixc3/mostly-equal on Github

Home > @wixc3/mostly-equal > isGetter

isGetter() function

Signature:

isGetter: (target: Record<string, unknown>, key: string) => boolean

Parameters

Parameter Type Description
target Record<string, unknown>
key string

Returns:

boolean