node_modules.inflected.src.foreignKey.js Maven / Gradle / Ivy
import underscore from "./underscore";
export default function foreignKey(className, separateWithUnderscore = true) {
return `${underscore(className)}${separateWithUnderscore ? "_id" : "id"}`;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy