UNPKG

simple-bound

Version:

A simple and customizable reactive data-binding library.

21 lines 740 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); const bound_1 = require("./bound"); // TODO: account for a class decorator case function bound(target) { return new bound_1.default(target).boundObject; } exports.bound = bound; var bound_2 = require("./bound"); exports.default = bound_2.default; var binding_1 = require("../binding"); exports.Binding = binding_1.default; var base_1 = require("./base"); exports.BoundBase = base_1.default; __export(require("../util")); var boundError_1 = require("../boundError"); exports.BoundError = boundError_1.default; //# sourceMappingURL=index.js.map