1.0.1 • Published 6 years ago

@xassist/xassist-aggregator v1.0.1

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

@xassist/xassist-aggregator

Add aggregatefunctions for arrays to javascript

Installation

If you use NPM, you can install the module via npm install xassist-aggregator. Otherwise, you can download the latest minified file. Be aware any dependencies are not installed by default; you should consider downloading them yourself. If you want, you can install the complete library from github @xassist, this includes all dependencies you may need.

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

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

API

DevDependencies

  • csv2readme: read csv file with fixed format and parse a readme markdown file
  • rimraf: A deep deletion module for node (like rm -rf)
  • rollup: Next-generation ES6 module bundler
  • tape: tap-producing test harness for node and browsers

License

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