Skip to content

Commit

Permalink
Mention synckit and make-synchronous
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Jan 23, 2024
1 parent 441f83a commit 5116aa8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ synchronizedPrettier.format("foo( )", { parser: "babel" });

This package is a simple wrapper of [`make-synchronized`](https://github.com/fisker/make-synchronized).

For more complex use cases, it more reasonable to extract into a separate file, and run with [`make-synchronized`](https://github.com/fisker/make-synchronized), example
For more complex use cases, it more reasonable to extract functionality into a separate file, and run with [`make-synchronized`](https://github.com/fisker/make-synchronized), [`synckit`](https://github.com/un-ts/synckit), or [`make-synchronous`](https://github.com/sindresorhus/make-synchronous) etc.

Example:

```js
import * as fs from "node:fs/promises";
Expand Down

0 comments on commit 5116aa8

Please sign in to comment.