UNPKG
@devlearning/mutex-fast-lock
Version:
latest (20.3.4)
20.3.4
19.2.1
17.3.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Mutex fast lock localstorage
github.com/DeVLearninGRepo/mutex-fast-lock
@devlearning/mutex-fast-lock
/
lib
/
models
/
mutex-fast-lock-config.d.ts
6 lines
(5 loc)
•
117 B
TypeScript
View Raw
1
2
3
4
5
6
export declare
class
MutexFastLockConfig
{ lockPrefix: string; timeout: number; debugEnabled: boolean; }