Skip to content

Commit 59899ab

Browse files
committed
Remove getSentinelImport from docs
1 parent 0999abd commit 59899ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/core/sentinel.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ type SentinelInstance<T> = {
3737
is_sentinel: (val: any) => val is T;
3838
};
3939

40+
/**
41+
* @private
42+
*/
4043
export async function getSentinelImport(): Promise<SentinelInstance<Symbol>> {
4144
const sentinelInstance = await sentinelInstancePromise;
4245
if (sentinelInstance) {

0 commit comments

Comments
 (0)