A simple object check
Tests the input for correct and reasonable conditions, such as isObject, isFunction etc...
Validates if a value is a JavaScript object.
A set of utilities shared between my projects
Custom functions for the Vega expression language.
- [ts-type-utils](#ts-type-utils) - [`TryOmit<T, K>`](#tryomitt-k) - [`InstanceOf<T>`](#instanceoft) - [`Indexed<T>`](#indexedt) - [`IsAny<T>`](#isanyt) - [`IsObject<T>`](#isobjectt) - [`IsTuple<T>`](#istuplet) - [`Exact<T1, T2
A collection of common JavaScript utility functions like isEmpty, isObject, isToday, etc.
Check if plain object.
Utils for handlebars helpers. Externalized from handlebars, to allow helpers to use the utils without having to depend on handlebars itself.
Simple proper object test
Reakit utils
Some utils for array irerate
A set of extensions to the node core library, such as an isObject method to parallel isArray, a clone method and a mixin method.
Some helpers for nodejs isString, isInt, isBoolean, isObject, isFloat, isArray, isDate
TypeScript definitions for is-object
VoltAgent internal - an internal set of tools for the VoltAgent packages
Reatom for utils
Common JavaScript utilities for the Sapphire Community
utils for daybrush
Simple runtime TypeScript validator library
utils module.
Check if a value is an object or null. Returns false for functions. ```javascript const lolite = require("lolite.isobject") const assert = require("node:assert")
Rich matchers inspired by Hamcrest. Useful for generating helpful assertion failure messages in tests.
A drop-in replacement for `lodash.isobject`, backed by the main `lodash` package.