Skip to content

Commit

Permalink
chore: update NPM metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan7237d committed Feb 6, 2021
1 parent 4193209 commit 51e71b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!-- README for NPM; the one for GitHub is in .github directory. -->

[![gzip size](https://badgen.net/bundlephobia/minzip/antiutils?color=green)](https://bundlephobia.com/result?p=antiutils)
[![tree shaking](https://badgen.net/bundlephobia/tree-shaking/antiutils)](https://bundlephobia.com/result?p=antiutils)
[![types](https://img.shields.io/npm/types/antiutils?color=brightgreen)](https://www.npmjs.com/package/antiutils)

TypeScript/JavaScript utilities for those who don't like utilities. Based on "only one way to do it" principle, this library provides a utility only when something can't be easily and readably accomplished with vanilla JavaScript. The library provides a pipeline operator ponyfill, functions for working with objects, arrays, maps, sets and iterables, memoization utilities, lenses, and more.

Please refer to the [GitHub README](https://github.com/ivan7237d/antiutils) for full documentation.

0 comments on commit 51e71b6

Please sign in to comment.