ES6 Plato on Github
Report Home
Summary Display
helpers/Parameters.js
Maintainability
80.01
Lines of code
8
Difficulty
9.00
Estimated Errors
0.02
Function weight
By Complexity
By SLOC
import ALIAS from '../config/parameters/alias.js'; export function convertParameterNameToAlias(parameterName) { if (ALIAS[parameterName]){ return ALIAS[parameterName]; } return parameterName; };