UNPKG

@nozbe/watermelondb

Version:

Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast

8 lines (5 loc) 240 B
export type DiagnosticErrorFunction = (_: string) => Error export function useCustomDiagnosticErrorFunction( diagnosticErrorFunction: DiagnosticErrorFunction, ): void export default function diagnosticError(errorMessage: string): Error