@energica-city/shared-amplify-utils
Version:
Shared utilities for AWS Amplify projects
3 lines • 318 B
TypeScript
export { throwError, extractErrorMessage, createErrorContext, type ErrorContext, } from './error';
export { WebSocketErrorCodes, WebSocketErrors, throwWebSocketError, isWebSocketError, extractWebSocketErrorInfo, type WebSocketError, type WebSocketErrorContext, } from './websocket';
//# sourceMappingURL=index.d.ts.map