From deb7f359337290537ebfac986dad5a4fc3cc3e80 Mon Sep 17 00:00:00 2001 From: William Wong Date: Fri, 24 May 2024 03:17:16 -0700 Subject: [PATCH] Add npm install --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0702e5d..e070b00 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ In this package, we are building majority of `Array.prototype.*` functions to wo ## How to use +```sh +npm install iterable-fest +``` + ```ts import { iterableIncludes, iterableReduce } from 'iterable-fest'; // Via default exports. import { iterableSome } from 'iterable-fest/iterableSome'; // Via named exports.