list-of-jstransformers
v1.4.8
Published
JSON array of officially supported JSTransformers.
Downloads
192
Keywords
Readme
list-of-jstransformers
A JSON array of JSTransformers.
Installation
npm install list-of-jstransformers
API
var jstransformers = require('list-of-jstransformers')
jstransformers.forEach(function (name) {
console.log(name)
})
Update
To update list-of-jstransformers.json
, run:
npm run build
License
MIT