Skip to content

Commit d99695a

Browse files
authored
fix: export processLock from toplevel (#1057)
Process lock was added in #977 but wasn't exported in top-level which made imports hard.
1 parent 96da194 commit d99695a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ export {
99
navigatorLock,
1010
NavigatorLockAcquireTimeoutError,
1111
internals as lockInternals,
12+
processLock,
1213
} from './lib/locks'

0 commit comments

Comments
 (0)