UNPKG

testplane

Version:

Tests framework based on mocha and wdio

4 lines (3 loc) 202 B
import type { CommonConfig } from "../config/types"; export declare const isRunInNodeJsEnv: (config: CommonConfig) => boolean; export declare const isRunInBrowserEnv: (config: CommonConfig) => boolean;