1.0.0 • Published 7 years ago

xo-template-utils v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

xo-template-utils

A shared resource for ES2016+ template string functions. The various functions defined within this module should be designed for use with the ES6 template strings.

ES6+ compatibility

The module has been set up with a prepublish task so that any npm install or action should invoke the build when it is done. The build will transpile the code from ES6/2016+ syntax to ES5 compatible code. Two separate distributables will be generated; one for the web and one for node.js.

Contribution notes

Please make sure that any and all differences for the web are denoted and mentioned in the readme. Code is marked up with flow type, see https://flow.org/ for more info on how to denote types in your code.