XylotrechusZ
XylotrechusZ Shell
: /home/mjbynoyq/wazirandsons.pk/wp-content/plugins/brizy/public/editor-client/src/utils/ [ drwxr-xr-x ]
import { Nullish } from "./types";
export const isNullish = (v: unknown): v is Nullish =>
v === undefined || v === null || (typeof v === "number" && Number.isNaN(v));