Files
rrweb/index.d.ts
Yanzhen Yu 7d1cf13266 setup tests
2018-09-30 16:20:53 +08:00

5 lines
95 B
TypeScript

declare module 'mocha-jsdom' {
function mochaDom(options: any): void;
export = mochaDom;
}