UNPKG

data-provider-temporary

Version:

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

17 lines (14 loc) 378 B
'use strict'; var isValid = module.exports.isValid = require('./borderWidth').isValid; module.exports.definition = { set: function (v) { if (isValid(v)) { this._setProperty('border-left-width', v); } }, get: function () { return this.getPropertyValue('border-left-width'); }, enumerable: true, configurable: true };