Skip to content

Commit

Permalink
add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdaber committed Nov 12, 2019
1 parent 6183ecc commit 74f1aa8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<p align="center">
<img alt="version" src="https://img.shields.io/npm/v/@ferdaber/jslib-extensions?label=version">
<img alt="package size" src="https://img.shields.io/bundlephobia/min/@ferdaber/jslib-extensions?label=size">
</p>

# What is this?

This is a personal library used to extend the standard JS library with more prototype methods and getters. This is not intended to be used for serious projects as prototype method extensions of built-ins are normally frowned upon since they can collide with each other. To at least minimize collisions, all extension methods are prefixed with `$`.
Expand Down

0 comments on commit 74f1aa8

Please sign in to comment.