1.1.2 • Published 6 years ago

xassist v1.1.2

Weekly downloads
4
License
GPL-3.0
Repository
github
Last release
6 years ago

xassist

Several helper functions for Array's, objects, events, Dates, ...

Installation

If you use NPM, you can install the module via npm install xassist. If you want, you can install the complete library from github xassist, this includes all dependencies you may need or if you're looking for the minified file.

The module uses UMD and supports AMD, CommonJS and vanilla environments. Using vanilla: the xaglobal is exported:

<script>
xa.version()
</script>

API

Dependencies

DevDependencies

  • csv2readme: read csv file with fixed format and parse a readme markdown file
  • jsdom: A JavaScript implementation of many web standards
  • rimraf: A deep deletion module for node (like rm -rf)
  • rollup: Next-generation ES6 module bundler
  • rollup-plugin-json: Convert .json files to ES6 modules:
  • rollup-plugin-node-resolve: Bundle third-party dependencies in node_modules
  • tape: tap-producing test harness for node and browsers

License

This module is licensed under the terms of GPL-3.0.