Search
is-arrayish
Determines if an object can be used as an array
v0.3.2 URL:
https://unpkg.com/is-arrayish@0.3.2/index.js
Open
Browse Files
is
array
duck
type
arrayish
similar
proto
prototype
type
string.prototype.trimend
ES2019 spec-compliant String.prototype.trimEnd shim.
v1.0.9 URL:
https://unpkg.com/string.prototype.trimend@1.0.9/index.js
Open
Browse Files
es6
es7
es8
javascript
prototype
polyfill
utility
trim
trimLeft
trimRight
trimStart
trimEnd
tc39
get-proto
Robustly get the [[Prototype]] of an object
v1.0.1 URL:
https://unpkg.com/get-proto@1.0.1/index.js
Open
Browse Files
get
proto
prototype
getPrototypeOf
[[Prototype]]
string.prototype.trimstart
ES2019 spec-compliant String.prototype.trimStart shim.
v1.0.8 URL:
https://unpkg.com/string.prototype.trimstart@1.0.8/index.js
Open
Browse Files
es6
es7
es8
javascript
prototype
polyfill
utility
trim
trimLeft
trimRight
trimStart
trimEnd
tc39
has-proto
Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
v1.2.0 URL:
https://unpkg.com/has-proto@1.2.0/index.js
Open
Browse Files
prototype
proto
set
get
__proto__
getPrototypeOf
setPrototypeOf
has