UNPKG

@graphql-hive/core

Version:
7 lines 202 B
export default semaphore; declare function semaphore(count: any): { take: (timeout: any) => Promise<any>; release: () => void; test: () => boolean; }; //# sourceMappingURL=semaphore.d.ts.map