UNPKG

surrogate

Version:

Object method hooks made easy

5 lines (4 loc) 133 B
import type { TimeTracking } from '../interfaces'; export declare abstract class TimeTrackable { static fetch(): TimeTracking; }