simple-bound
Version:
A simple and customizable reactive data-binding library.
7 lines (6 loc) • 382 B
TypeScript
export declare function bound<T extends object>(target: T): T;
export { default, ISimpleBindingStorage } from './bound';
export { default as Binding, SubscriberRole, IBindingPlugin, ISubscriber } from '../binding';
export { default as BoundBase, IBindingStorage, IBoundPluginMap } from './base';
export * from '../util';
export { default as BoundError } from '../boundError';