import { isPrimitive } from "https://deno.land/x/is_what@v5.0.2/dist/isPrimitive.d.ts";
Returns whether the payload is a primitive type (eg. Boolean | Null | Undefined | Number | String
| Symbol)
x/is_what/dist/isPrimitive.d.ts>isPrimitive
import { isPrimitive } from "https://deno.land/x/is_what@v5.0.2/dist/isPrimitive.d.ts";
Returns whether the payload is a primitive type (eg. Boolean | Null | Undefined | Number | String
| Symbol)