node_modules.inflected.src.constantify.js Maven / Gradle / Ivy
import underscore from "./underscore";
export default function constantify(word) {
return underscore(word).toUpperCase().replace(/\s+/g, "_");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy