UNPKG

reactors

Version:

View components and APIs that work web, mobile and desktop!

6 lines (5 loc) 83 B
export default class Value { constructor(value) { this._value = value; } }