sindresorhus / make-synchronous
Make an asynchronous function synchronous
☆316Updated 2 years ago
Alternatives and similar repositories for make-synchronous:
Users that are interested in make-synchronous are comparing it to the libraries listed below
- Block the main thread for a given amount of time☆124Updated last year
- Inspect the state of a promise☆128Updated last year
- Read and write files atomically and reliably.☆164Updated 7 months ago
- Make a synchronous function have a timeout☆125Updated 6 months ago
- Split an iterable into evenly sized chunks☆154Updated last year
- Get the ID of the process that uses a certain port☆143Updated 2 months ago
- Memoize promise-returning & async functions☆401Updated last year
- noop functions to help formatters and syntax highlighters recognize embedded code☆98Updated last year
- Make a synchronous function asynchronous by running it in a worker☆249Updated 6 months ago
- Shared TypeScript config for my projects☆361Updated 3 months ago
- like nodemon but very esbuild.☆319Updated 3 years ago
- 🌒 Nightly builds for projects and PRs (BETA)☆228Updated 3 years ago
- Like `Promise.all()` but for `Map` and `Object`☆195Updated last year
- An 100% spec compliant ES2022 JavaScript toolchain☆333Updated 2 years ago
- A tiny (215B) and fast utility to expand a flattened object☆202Updated last year
- Create a lazy promise that defers execution until it's awaited or when .then() or .catch() is called☆271Updated 4 months ago
- Get a random temporary file or directory path☆427Updated last year
- HTTP/1+2 Fetch API client for Node.js☆335Updated 2 years ago
- fast, tiny `queueMicrotask` shim for modern engines☆190Updated last year
- Find the root directory of a Node.js project or npm package☆240Updated last year
- 🎀 Just the cutest and tiniest queue/deque implementation!☆112Updated 5 months ago
- A proposal to make filtering arrays easier☆175Updated 3 years ago
- A tiny (~230B)and fast UUID (V4) generator for Node and the browser