isStorageError
import { isStorageError } from "https://esm.sh/@supabase/storage-js@2.95.3/dist/index.d.mts";Type guard to check if an error is a StorageError
§
isStorageError(error: unknown): error is StorageError
[src]§Return Type
§
error is StorageError
[src]True if the error is a StorageError