UNPKG

firestore-vitest-mock

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