[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: README.md
# Remeda The first "data-first" and "data-last" utility library designed especially for TypeScript. [](https://github.com/remeda/remeda?tab=MIT-1-ov-file#readme)  [](https://www.npmjs.org/package/remeda) [](https://npmtrends.com/remeda)  [](https://libraries.io/npm/remeda/sourcerank)<br /> [](https://codecov.io/gh/remeda/remeda) [](https://github.com/remeda/remeda/actions/workflows) [](https://github.com/remeda/remeda/releases) [](https://github.com/remeda/remeda/commits/main/) [](https://github.com/remeda/remeda/graphs/contributors) ## Documentation Read the full docs and API reference on [remedajs.com/docs](https://remedajs.com/docs). Migrating from other libraries? Check out our migration guides for [Lodash](https://remedajs.com/migrate/lodash) and [Ramda](https://remedajs.com/migrate/ramda)! Interested in contributing? Read the [contributing guide](https://github.com/remeda/remeda/blob/main/CONTRIBUTING.md). ## Features - First-class TypeScript support, with types that are as specific as possible. - Supports data-first (`R.filter(array, fn)`) and data-last (`R.filter(fn)(array)`) approaches. - Lazy evaluation support with `pipe` and `piped`. - Runtime and types are both extensively tested, with full code coverage. - Tree-shakable, supports CJS and ESM. - Fully documented with JSDoc, supports in-editor function documentation. ## Getting started ### Installation ```bash npm install remeda pnpm add remeda yarn add remeda bun install remeda deno add jsr:@remeda/remeda ``` ### Usage ```js // Import everything: import * as R from "remeda"; // Or import methods individually: // import { pipe, tap, unique, take } from "remeda"; R.pipe( [1, 2, 2, 3, 3, 4, 5, 6], R.tap((value) => console.log(`Got ${value}`)), R.unique(), R.take(3), ); // => [1, 2, 3] // Console output: // Got 1 // Got 2 // Got 2 // Got 3 ``` ### Getting help Questions, bug reports, and feature requests are tracked in [GitHub issues](https://github.com/remeda/remeda/issues). ## Contributors <a href="https://github.com/remeda/remeda/graphs/contributors"> <img src="https://contrib.rocks/image?repo=remeda/remeda" /> </a> Made with [contrib.rocks](https://contrib.rocks).
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium331.web-hosting.com
Server IP: 184.94.213.169
PHP Version: 8.1.34
Server Software: LiteSpeed
System: Linux premium331.web-hosting.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 76.81 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: livedhms
User ID (UID): 1344
Group ID (GID): 1349
Script Owner UID: 1344
Current Dir Owner: 1344