| 1 | import { FirebaseApp, FirebaseError, firebase } from '@nativescript/firebase-core'; |
| 2 | import { ICrashlytics } from './common'; |
| 3 | import lazy from '@nativescript/core/utils/lazy'; |
| 4 | import StackTrace from 'stacktrace-js'; |
nothing calls this directly
no test coverage detected