blob: d94a9011d1485d060450349f1b69888f714c92d4 [file] [log] [blame]
var makeString = require('./helper/makeString');
module.exports = function chars(str) {
return makeString(str).split('');
};