@andrew_l/toolkit 0.2.15 → 0.2.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # Toolkit <!-- omit in toc -->
1
+ # Toolkit
2
2
 
3
- ![license](https://img.shields.io/npm/l/%40andrew_l%2Ftoolkit) <!-- omit in toc -->
4
- ![npm version](https://img.shields.io/npm/v/%40andrew_l%2Ftoolkit) <!-- omit in toc -->
5
- ![npm bundle size](https://img.shields.io/bundlephobia/minzip/%40andrew_l%2Ftoolkit) <!-- omit in toc -->
3
+ ![license](https://img.shields.io/npm/l/%40andrew_l%2Ftoolkit)
4
+ ![npm version](https://img.shields.io/npm/v/%40andrew_l%2Ftoolkit)
5
+ ![npm bundle size](https://img.shields.io/bundlephobia/minzip/%40andrew_l%2Ftoolkit)
6
6
 
7
7
  A personal collection of utility JavaScript functions that have been developed and refined over the years. This toolkit contains a variety of helper functions aimed at making everyday JavaScript tasks easier, more efficient, and maintainable.
8
8