@augment-vir/common
Advanced tools
Comparing version 11.2.0 to 11.3.0
{ | ||
"name": "@augment-vir/common", | ||
"version": "11.2.0", | ||
"version": "11.3.0", | ||
"homepage": "https://github.com/electrovir/augment-vir/tree/main/packages/common", | ||
@@ -5,0 +5,0 @@ "bugs": { |
# @augment-vir/common | ||
`augment-vir` is a collection of small helper functions that I constantly use across all my JavaScript and TypeScript repos. I call these functions `augments`. These are things commonly placed within a "util", or "helpers", etc. directory; they don't really have anything in common with each other except that they have almost no dependencies. | ||
`augment-vir` is a collection of small helper functions that I constantly use across all my JavaScript and TypeScript repos. I call these functions `augments`. These are functions, constants, and types typically placed within a "util", or "helpers", etc. directory. | ||
This `common` package is for environment-agnostic augments. Everything in here will work in Node.js or the browser with identical results. |
172284