UNPKG

systelab-components-test

Version:

Widgets to be use in the E2E Tests based in Protractor

6 lines (5 loc) 136 B
import { promise } from 'protractor'; export declare class JSConsole { clear(): void; hasErrors(): promise.Promise<any>; }