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

Hierarchy (View Summary, Expand)

Implemented by

Methods

  • Returns number

  • Returns boolean

  • Returns this

  • Returns this

  • Returns this

MMNEPVFCICPMFPCPTTAAATR