JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.
-
Updated
Sep 24, 2024 - TypeScript
JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.
Returns true if the given value is an object created by the Object constructor.
Answers the question: "can this value have keys?". Returns true if a value is any of the object types: array, regexp, plain object, function or date. Useful for determining if a value is an object that can be extended.
Tiny package which helps to check that value is an object in JavaScript.
一些业务中常用的工具函数,Some commonly used tool functions in business.
Checks whether given value is an object
2 functions that check if passed argument is or is not an object. Null is not considered an object.
❓ Collection of tiny type introspection helpers
Add a description, image, and links to the is-object topic page so that developers can more easily learn about it.
To associate your repository with the is-object topic, visit your repo's landing page and select "manage topics."