UNPKG

mwoffliner

Version:
5 lines (4 loc) 162 B
import { Mutex } from 'async-mutex'; declare const zimCreatorMutex: Mutex; declare const fileDownloadMutex: Mutex; export { zimCreatorMutex, fileDownloadMutex };