interface Timer {
    [toPrimitive](): number;
    hasRef(): boolean;
    ref(): this;
    refresh(): this;
    unref(): this;
}

Hierarchy (view full)

Implemented by

Methods

  • Returns number

  • Returns boolean

  • Returns this

  • Returns this

  • Returns this

Generated using TypeDoc