UNPKG

ember-introjs

Version:
6 lines (4 loc) 128 B
var makeString = require('./helper/makeString'); module.exports = function chars(str) { return makeString(str).split(''); };