const isKeyValid = key => key && typeof key === 'string' const ParameterHelper = { isKeyValid, } export default ParameterHelper