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

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

There is a newer version: 3.3.1
Show newest version
import underscore from "./underscore";

export default function constantify(word) {
  return underscore(word).toUpperCase().replace(/\s+/g, "_");
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy