JSPM

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

utility javascript code

Package Exports

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

Readme

Javascript utility code

Various utility code that I've written, mainly for my own use and learning. Nonetheless I make an effort to Unit Test code and test in real-world applications when possible.

Base Type

provides extend() method which can be used for sub classing types.

Dom Utils

A collection of functions for DOM operations, including element selection and event delegation.

Promises

An implementation of the Promises/A+ specification. Interoperable with other Promises/A+ compatible libraries (e.g. q). Passes the A+ compliance tests

MVC Framework

A suite of facilities for data-binding and routing which facilitate the building of MVC applications. An implementation of the todoMVC app using this framework can be found here.

Sundry

Various utility functions used elsewhere in library but exported anyway.