Determine if the JS environment has Symbol support. Supports spec, or shams.
inspect-jsabout 2 months agoReturns true if an object was created by the Object
constructor, or Object.create(null).
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
jonschlinkertover 1 year agoReturns true if the value is an object and not an array or null.
jonschlinkertover 1 year ago