UNPKG

testplane

Version:

Tests framework based on mocha and wdio

4 lines (3 loc) 252 B
import { type W3CBrowserName } from "../browser/types"; export declare const isSupportIsolation: (browserName: string, browserVersion?: string) => boolean; export declare const getNormalizedBrowserName: (browserName?: string) => W3CBrowserName | null;