UNPKG

@reuvenorg/react-native-boilerplate-ultimate

Version:

A powerful CLI tool for creating React Native projects with modular architecture. Generate, manage, and scaffold React Native applications with pre-built modules and best practices.

4 lines 154 B
export function getErrorMessage(error) { return error instanceof Error ? error.message : 'Unknown error'; } //# sourceMappingURL=error-handling.js.map