function isNullimport { isNull } from "https://deno.land/x/aloedb@0.9.0/lib/utils.ts"; isNull(target: unknown): target is nullChecks whether the value is a null. Parameterstarget: unknownTarget to check. Returnstarget is nullResult of checking.