Skip to main content
Module

x/obsidian/src/normalize.ts>containsHashableObject

GraphQL, built for Deno - a native GraphQL caching client and server module
Latest
variable containsHashableObject
import { containsHashableObject } from "https://deno.land/x/obsidian@v8.0.0/src/normalize.ts";

containsHashableObject - Returns a boolean indicating that the passed in value contains a hashable object. It must:

  1. Be an object
  2. Has all hashable keys

type

(objectInQuestion: any, hashableKeys: Array<string>) => boolean