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
/
lock-item.d.ts
5 lines
(4 loc)
•
79 B
TypeScript
View Raw
1
2
3
4
5
export declare
class
LockItem
{ clientId: string; expiresAt: number; }