UNPKG

coffeescript

Version:

Unfancy JavaScript

3 lines 78 B
String.prototype.dasherize = function() { return this.replace(/_/g, "-"); };