chore: reformat code in README.md for improved readability
Applied consistent indentation and line-breaking rules to code and text sections in `README.md`, ensuring better formatting and alignment for readability. No functional changes made.
This commit is contained in:
parent
f311b120c1
commit
95a72f4181
5 changed files with 1135 additions and 315 deletions
15
src/index.ts
15
src/index.ts
|
|
@ -109,6 +109,21 @@ export type {
|
|||
AugmentationLoadResult
|
||||
}
|
||||
|
||||
// Export augmentation implementations
|
||||
import {
|
||||
FirestoreSyncAugmentation,
|
||||
createFirestoreSyncAugmentation
|
||||
} from './augmentations/firestoreSyncAugmentation.js'
|
||||
import type { FirestoreSyncConfig } from './augmentations/firestoreSyncAugmentation.js'
|
||||
|
||||
export {
|
||||
FirestoreSyncAugmentation,
|
||||
createFirestoreSyncAugmentation
|
||||
}
|
||||
export type {
|
||||
FirestoreSyncConfig
|
||||
}
|
||||
|
||||
|
||||
// Export types
|
||||
import type {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue