import { is_what } from "https://deno.land/x/libpkgx@v0.18/src/deps.ts";
const { isPrimitive } = is_what;
Returns whether the payload is a primitive type (eg. Boolean | Null | Undefined | Number | String | Symbol)
import { is_what } from "https://deno.land/x/libpkgx@v0.18/src/deps.ts";
const { isPrimitive } = is_what;
Returns whether the payload is a primitive type (eg. Boolean | Null | Undefined | Number | String | Symbol)