UNPKG

firestore-vitest

Version:

Vitest helper for mocking Google Cloud Firestore

3 lines (2 loc) 124 B
// eslint-disable-next-line @typescript-eslint/no-explicit-any type Class<T> = { new (...args: any[]): T } | { new (): T };