All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.inflected.src.dasherize.js Maven / Gradle / Ivy

The newest version!
export default function dasherize(underscoredWord) {
  return underscoredWord.replace(/_/g, "-");
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy