0.6.0 • Published 5 years ago
@echamudi/array-to-string v0.6.0
Array to String
Array to String
const a2s = require('@echamudi/array-to-string');
a2s(['h', 'e', 'l', 'l', 'o']);
// 'hello'
This package is just a sample package, generated by lerna-template repo.