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