UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

15 lines (12 loc) 324 B
'use strict'; var parseMeasurement = require('../parsers').parseMeasurement; module.exports.definition = { set: function (v) { this._setProperty('bottom', parseMeasurement(v)); }, get: function () { return this.getPropertyValue('bottom'); }, enumerable: true, configurable: true };