firelordjs
Version:
🔥 High Precision Typescript Wrapper for Firestore Web, Providing Unparalleled Type Safe and Dev Experience
9 lines (8 loc) • 310 B
JavaScript
export {};
// ! this will error even though they are doing the same code
// export type GetFirelordShakable = <H extends Partial<Creators>>(
// creators: H
// ) => <T extends MetaType>(
// firestore: Firestore,
// ...collectionIDs: GetOddOrEvenSegments<T['collectionPath'], 'Odd'>
// ) => FirelordRef<T, H>