UNPKG

pondjs

Version:

A timeseries library build on top of immutable.js

13 lines (11 loc) 219 B
'use strict'; module.exports.definition = { set: function(v) { this._setProperty('float', v); }, get: function() { return this.getPropertyValue('float'); }, enumerable: true, configurable: true, };