From dc7c996ea53b4e94ee0ce6e1918da0986bcb1f08 Mon Sep 17 00:00:00 2001 From: Roman Date: Sat, 7 Mar 2026 01:17:26 +0000 Subject: [PATCH] add `through` package to replacements --- docs/modules/README.md | 1 + docs/modules/through.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 docs/modules/through.md diff --git a/docs/modules/README.md b/docs/modules/README.md index 7bf185b..8ea0d8c 100644 --- a/docs/modules/README.md +++ b/docs/modules/README.md @@ -82,6 +82,7 @@ ESLint plugin. - [`string-width`](./string-width.md) - [`strip-ansi`](./strip-ansi.md) - [`tempy`](./tempy.md) +- [`through`](./through.md) - [`toml`](./toml.md) - [`traverse`](./traverse.md) - [`uri-js`](./uri-js.md) diff --git a/docs/modules/through.md b/docs/modules/through.md new file mode 100644 index 0000000..44b3b92 --- /dev/null +++ b/docs/modules/through.md @@ -0,0 +1,5 @@ +--- +description: Modern alternatives to the through package +--- + +# Replacements for `through`