Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

augment-vir

electrovir14.2kMITdeprecated3.1.2TypeScript support: included

Use @augment-vir/common, @augment-vir/node, @augment-vir/web, @augment-vir/test, or @augment-vir/assert instead.

This is a consolidated 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

readme

augment-vir

This is a consolidated 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.

For Node.js only augments, import augment-vir/dist/node-only. For Chai only imports, import augment-vir/dist/chai-only;