UNPKG

tns-template-master-detail-kinvey

Version:

Master-detail interface to display collection of items from Kinvey and inspect and edit selected item properties.

11 lines (9 loc) 220 B
const roundingValueConverter = { toView: function (value) { return value; }, toModel: function (value) { return Math.round(value); } }; module.exports = roundingValueConverter;