JSPM

array-to-string-encoding

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q38910F
  • License MIT

Compression array and convert it to string

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-encoding

Usage

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