UNPKG

simple-bound

Version:

A simple and customizable reactive data-binding library.

11 lines (10 loc) 275 B
declare const _default: IConfig; export default _default; export interface IConfig { /** * Whether the debug mode is enabled. * * Debug mode allows for more exception feedback and more aggressive exception handling. */ debug: boolean; }