UNPKG

@danielkalen/simplybind

Version:

Magically simple, framework-less one-way/two-way data binding for frontend/backend in ~5kb.

19 lines (15 loc) 437 B
define(["exports"], function (exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } var Color = exports.Color = function Color() { _classCallCheck(this, Color); this.rgb = { r: 146, g: 39, b: 143 }; }; });