JSPM

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

Collection of JavaScript (TypeScript) utilities.

Package Exports

  • @dr.pogodin/js-utils
  • @dr.pogodin/js-utils/js/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 (@dr.pogodin/js-utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

JS Utils

[TODO: Latest NPM version / Link to NPM package page] [TODO: NPM monthly downloads count / Link to NPM package page] [TODO: CircleCI status of primary branch build / Link to CircleCI project page] GitHub repo stars

The aim for this repo/package is to move in from the React Utils the pieces which are not React-specific, thus are also useful cross non-React projects, and thus having them in a dedicated package will faciliate their re-use in generic JavaScript (and TypeScript) projects.

At least for the first time, all stuff moved in here will still be exposed from React Utils the same way as before, and the documentation for these pieces will be still kept at https://dr.pogodin.studio/docs/react-utils/index.html. Maybe later, time permitting, this will be documented as a stand-alone library, but prior to that it will be maintained and used as a stand-alone lib, but not very well documented as such.

Yeah, the source code will be written in TypeScript, and for the library version released to NPM it will be also compiled into plain JavaScript. Consumers of that NPM package thus will have access to both TS (/ts folder) and JS (/js folder) version of the library.

Sponsor