Repository URL to install this package:
Version:
0.9.6 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
// @todo - should be in forms/
// Should return a value number/string - not the event itself
exports.fromEventToValue = event => event && event.target && event.target.value ? event.target.value : '';
//# sourceMappingURL=fromEventToValue.js.map