UNPKG
@jsdsl/semaphore
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.0
A Promise-based semaphore implementation.
github.com/jsdsl/semaphore
jsdsl/semaphore
@jsdsl/semaphore
/
.d.ts
/
main.d.ts
3 lines
(2 loc)
•
91 B
TypeScript
View Raw
1
2
3
export
{
Semaphore
}
from
"./semaphore"
;
export
{
SemaphoreLock
}
from
"./semaphore-lock"
;