We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a298eb5 commit c5c278bCopy full SHA for c5c278b
src/objectid.ts
@@ -13,6 +13,7 @@ const __idCache = new WeakMap(); // TODO convert this to #__id private field whe
13
/** @public */
14
export interface ObjectIdLike {
15
id: string | Uint8Array;
16
+ __id?: string;
17
toHexString(): string;
18
}
19
0 commit comments