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 0999abd commit 59899abCopy full SHA for 59899ab
src/core/sentinel.ts
@@ -37,6 +37,9 @@ type SentinelInstance<T> = {
37
is_sentinel: (val: any) => val is T;
38
};
39
40
+/**
41
+ * @private
42
+ */
43
export async function getSentinelImport(): Promise<SentinelInstance<Symbol>> {
44
const sentinelInstance = await sentinelInstancePromise;
45
if (sentinelInstance) {
0 commit comments