UNPKG

surrogate

Version:

Object method hooks made easy

7 lines (6 loc) 243 B
import type { ShouldHandleTimeTracking } from './interfaces'; import type { TimeTracking } from '../../interfaces'; export declare class BrowserRule implements ShouldHandleTimeTracking { shouldHandle(): boolean; run(): TimeTracking; }