import { isObjectLike } from "https://deno.land/x/is_what@v5.0.2/dist/index.d.ts";
Returns whether the payload is an object like a type passed in < >
Usage: isObjectLike<{id: any}>(payload) // will make sure it's an object and has an id
prop.
x/is_what/dist/index.d.ts>isObjectLike
import { isObjectLike } from "https://deno.land/x/is_what@v5.0.2/dist/index.d.ts";
Returns whether the payload is an object like a type passed in < >
Usage: isObjectLike<{id: any}>(payload) // will make sure it's an object and has an id
prop.