Preparing search index...
The search index is not available
object-shape-tester - v5.1.5
object-shape-tester
matchesShape
Function matchesShape
matchesShape
(
subject
:
unknown
,
shape
:
unknown
,
keys
:
readonly
PropertyKey
[]
,
options
:
InternalIsValidShapeOptions
,
checkValues
?:
boolean
,
)
:
boolean
Checks if the given
subject
matches the given
shape
.
Parameters
subject
:
unknown
shape
:
unknown
keys
:
readonly
PropertyKey
[]
options
:
InternalIsValidShapeOptions
Optional
checkValues
:
boolean
Returns
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
object-shape-tester - v5.1.5
Loading...
Checks if the given
subject
matches the givenshape
.