Skip to main content
Module

x/web_bson/src/parser/utils.ts>isObjectLike

web_bson is a fork from mongodb/js-bson
Very Popular
Go to Latest
function isObjectLike
import { isObjectLike } from "https://deno.land/x/web_bson@v0.2.4/src/parser/utils.ts";

Parameters

candidate: unknown

Returns

candidate is Record<string, unknown>