UNPKG

surrogate

Version:

Object method hooks made easy

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