chars.js 128 Bytes Raw Blame History Permalink 1 2 3 4 5 var makeString = require('./helper/makeString'); module.exports = function chars(str) { return makeString(str).split(''); };