function isNotFoundErrorimport { isNotFoundError } from "https://deno.land/x/dtils@2.0.0/errors.ts"; isNotFoundError(error: unknown): error is NotFoundErrorParameterserror: unknownReturnserror is NotFoundError