UNPKG

surrogate

Version:

Object method hooks made easy

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