Repository URL to install this package:
// @todo - should be in forms/ // Should return a value number/string - not the event itself export const fromEventToValue = event => event && event.target && event.target.value ? event.target.value : ''