update typescript to 3.9.5

This commit is contained in:
Yanzhen Yu
2020-06-12 18:32:48 +08:00
parent 8766335c82
commit 7feb2c945c
9 changed files with 92 additions and 19 deletions

1
typings/index.d.ts vendored
View File

@@ -2,6 +2,5 @@ import record from './record';
import { Replayer } from './replay';
import { mirror } from './utils';
export { EventType, IncrementalSource, MouseInteractions, ReplayerEvents, } from './types';
export { pack, unpack } from './packer';
declare const addCustomEvent: <T>(tag: string, payload: T) => void;
export { record, addCustomEvent, Replayer, mirror };