UNPKG

@junobuild/errors

Version:

A collection of predefined error constants and utilities for Juno applications.

5 lines (4 loc) 112 B
export declare const isSatelliteError: ({ error, type }: { error: unknown; type: string; }) => boolean;