Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: isobject

jonschlinkert/isobject

Is the value an object, and not an array or null?

Language: JavaScript - Size: 39.1 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 104 - Forks: 19

stdlib-js/assert-is-plain-object

Test if a value is a plain object.

Language: JavaScript - Size: 688 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-object

Test if a value is an object.

Language: JavaScript - Size: 524 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-iterator-like

Test if a value is iterator-like.

Language: JavaScript - Size: 961 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-generator-object-like

Test if a value is generator object-like.

Language: JavaScript - Size: 333 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

jonschlinkert/is-plain-object

Returns true if the given value is an object created by the Object constructor.

Language: HTML - Size: 46.9 KB - Last synced: 6 days ago - Pushed: about 2 months ago - Stars: 150 - Forks: 30

stdlib-js/assert-is-iterable-like

Test if a value is iterable-like.

Language: Makefile - Size: 744 KB - Last synced: 20 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

mrvautin/parsa

Parsa ya data! An all purpose module to parse, sanitize, extract and validate data.

Language: JavaScript - Size: 66.4 KB - Last synced: 22 days ago - Pushed: over 6 years ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-empty-object

Test if a value is an empty object.

Language: Makefile - Size: 1.15 MB - Last synced: 20 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-generator-object

Test if a value is a generator object.

Language: Makefile - Size: 887 KB - Last synced: 20 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-circular-plain-object

Test if a value is a plain object containing a circular reference.

Language: Makefile - Size: 915 KB - Last synced: 20 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-circular

Test if an object-like value contains a circular reference.

Language: Makefile - Size: 822 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-date-object-array

Test if a value is an array-like object containing only Date objects.

Language: Makefile - Size: 411 KB - Last synced: 20 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-object-array

Test if a value is an array-like object containing only objects.

Language: Makefile - Size: 402 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-plain-object-array

Test if a value is an array-like object containing only plain objects.

Language: Makefile - Size: 625 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

jonschlinkert/is-extendable

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.

Language: JavaScript - Size: 19.5 KB - Last synced: 13 days ago - Pushed: over 2 years ago - Stars: 19 - Forks: 5