Skip to content

Commit

Permalink
Don't expose the WeakRef type in public API (would be a breaking typi…
Browse files Browse the repository at this point in the history
…ngs change)
  • Loading branch information
dfahlander committed Jul 28, 2024
1 parent d9e3f76 commit d2cf903
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/public/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ declare var DexieYProvider: {
(doc: DucktypedYDoc): DexieYProvider;
new (doc: DucktypedYDoc): DexieYProvider;
getDocCache: (db: Dexie) => {
cache: { [key: string]: WeakRef<DucktypedYDoc> };
readonly size: number;
find: (updatesTable: string, parentId: any) => DucktypedYDoc | undefined;
add: (doc: DucktypedYDoc) => void;
Expand Down

0 comments on commit d2cf903

Please sign in to comment.