UNPKG

surrogate

Version:

Object method hooks made easy

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