Checks if a property should be ignored during certain operations.
Ignored properties are either symbols or start with _ (unless they are virtual properties).
Parameters
prop: string|symbol
The property name or symbol to check.
Returns boolean
true if the property should be ignored, otherwise false.
Checks if a property should be ignored during certain operations. Ignored properties are either symbols or start with
_
(unless they are virtual properties).