update dependencies and generate typings (#44)
This commit is contained in:
4
typings/index.d.ts
vendored
Normal file
4
typings/index.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import record from './record';
|
||||
import { Replayer } from './replay';
|
||||
import { mirror } from './utils';
|
||||
export { record, Replayer, mirror };
|
||||
Reference in New Issue
Block a user