Deprecated
- use
value === null || (typeof value !== "object" && typeof value !== "function")
instead.
import { isPrimitive } from "https://deno.land/std@0.87.0/node/util.ts";
value === null || (typeof value !== "object" && typeof value !== "function")
instead.import { isPrimitive } from "https://deno.land/std@0.87.0/node/util.ts";