Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
TJBot.prototype.shineColors = function() {
this._assertCapability('shine');
return colorToHex.all().map(function(elt, i, array) {
return elt['name'];
});
};