UNPKG

103 BTypeScriptView Raw
1import { NightwatchBrowser } from './index';
2
3declare global {
4 const browser: NightwatchBrowser;
5}