JSPM

@augment-vir/common

29.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 70841
  • Score
    100M100P100Q179578F
  • License MIT

Package Exports

  • @augment-vir/common
  • @augment-vir/common/dist/cjs/index.js
  • @augment-vir/common/dist/esm/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@augment-vir/common) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@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 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.

Note that the random* functions exported by this package will not work in Node.js < v19.0.0.