Skip to main content
Latest
import * as lodashEs from "https://deno.land/x/lodash_es@v0.0.2/src/isObjectLike.js";

Functions

Checks if value is object-like. A value is object-like if it's not null and has a typeof result of "object".