UNPKG

flagpole

Version:

Simple and fast DOM integration, headless or headful browser, and REST API testing framework.

7 lines (6 loc) 181 B
import { iLogItem } from '../interfaces'; export declare class LogCollection { protected _logItems: iLogItem[]; readonly items: iLogItem[]; add(item: iLogItem): void; }