UNPKG

lib0

Version:

> Monorepo of isomorphic utility functions

3 lines 153 B
export function createMutex(): mutex; export type mutex = (cb: () => void, elseCb?: (() => void) | undefined) => any; //# sourceMappingURL=mutex.d.ts.map