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

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

The newest version!
import pluralize from "./pluralize";
import underscore from "./underscore";

export default function tableize(className) {
  return pluralize(underscore(className));
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy