update typescript to 3.9.5
This commit is contained in:
5
typings/replay/timer.d.ts
vendored
5
typings/replay/timer.d.ts
vendored
@@ -1,5 +1,5 @@
|
||||
import { playerConfig, actionWithDelay } from '../types';
|
||||
export default class Timer {
|
||||
import { playerConfig, actionWithDelay, eventWithTime } from '../types';
|
||||
export declare class Timer {
|
||||
timeOffset: number;
|
||||
private actions;
|
||||
private config;
|
||||
@@ -11,3 +11,4 @@ export default class Timer {
|
||||
clear(): void;
|
||||
private findActionIndex;
|
||||
}
|
||||
export declare function getDelay(event: eventWithTime, baselineTime: number): number;
|
||||
|
||||
Reference in New Issue
Block a user