UNPKG

153 BTypeScriptView Raw
1export function createMutex(): mutex;
2export type mutex = (cb: () => void, elseCb?: (() => void) | undefined) => any;
3//# sourceMappingURL=mutex.d.ts.map
\No newline at end of file