rittenhop-ghost/versions/5.94.2/node_modules/lib0/mutex.d.ts

3 lines
153 B
TypeScript

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