UNPKG

surrogate

Version:

Object method hooks made easy

6 lines (5 loc) 174 B
import { ProxyRule } from './base'; export declare class BindingRule<T extends object> extends ProxyRule<T> { shouldHandle(): boolean; returnableValue(): Function; }