UNPKG

@ng-web-apis/platform

Version:
6 lines (5 loc) 170 B
import { InjectionToken } from '@angular/core'; /** * Detect if app is running under any of test frameworks */ export declare const WA_IS_E2E: InjectionToken<boolean>;