Package Exports
- array-to-string-encoding
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 (array-to-string-encoding) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
array-to-string-encoding
Encoding array to string
Installation
npm install array-to-string-encodingUsage
var arrayToString = require('array-to-string-encoding');
arrayToString([1, 2, 3, 5, 6, 8, 10, 12], function(err, result){
console.log(result);
})Test
npm test