react-native-unit-components
Version:
Unit React Native components
5 lines • 365 B
TypeScript
import { UNNativePromiseReject, UNVPError, UNVPErrorType } from './types';
export declare const isUNVPError: (error: any) => error is UNVPError;
export declare const isUNNativePromiseReject: (error: any) => error is UNNativePromiseReject;
export declare const promiseRejectToUNVPErrorType: (error: any) => UNVPErrorType | null;
//# sourceMappingURL=helpers.d.ts.map