Search
@stdlib/assert-is-method-in
Test if an object has a specified method name, either own or inherited.
v0.2.2 URL:
https://unpkg.com/@stdlib/assert-is-method-in@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdassert
assertion
assert
utilities
utility
utils
util
object
obj
has
hasown
hasownproperty
hasprop
hasproperty
method
inherited
in
prototype
proto
property
prop
test
check
validate
@stdlib/assert-has-property
Test if an object has a specified property, either own or inherited.
v0.2.2 URL:
https://unpkg.com/@stdlib/assert-has-property@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdassert
assertion
assert
utilities
utility
utils
util
object
obj
has
hasown
hasownproperty
hasprop
hasproperty
inherited
prototype
property
prop
test
check
validate
@stdlib/assert-deep-has-property
Test whether an object contains a nested key path, either own or inherited.
v0.2.2 URL:
https://unpkg.com/@stdlib/assert-deep-has-property@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdassert
assertion
assert
utilities
utility
utils
util
object
obj
deephas
deephasown
deephasproperty
deephasownproperty
property
prop
test
check
validate
has
own
hasown
hasprop
hasproperty
hasownproperty
@sounisi5011/ts-type-util-has-own-property
Fix the type definition of the `Object.prototype.hasOwnProperty()` method
v1.0.3 URL:
https://unpkg.com/@sounisi5011/ts-type-util-has-own-property@1.0.3/index.js
Open
Browse Files
hasOwnProperty
hasProperty
property
ts
types
typescript
util
utility
es-abstract-has-property
A method to determine whether an object has a property with the specified property key. The property may be either an own or inherited. This method follows ECMAScript's specification for the 'HasProperty' abstract operation.
v0.1.0 URL:
https://unpkg.com/es-abstract-has-property@0.1.0/lib/index.js
Open
Browse Files
HasProperty
has property
has
property
properties
ECMAScript
ES
ecma
abstract
internal
operation
method
abstract operation
abstract operations
internal method
internal methods
JavaScript
ES5
ES2009
ES5.1
ES2011
ES6
ES2015
ES7
ES2016
ES8
ES2017