mirror of
https://github.com/stakwork/sphinx-relay.git
synced 2026-08-18 13:09:07 +02:00
5 lines
No EOL
90 B
TypeScript
5 lines
No EOL
90 B
TypeScript
import * as AsyncLock from 'async-lock'
|
|
|
|
const lock = new AsyncLock()
|
|
|
|
export default lock |