UNPKG

chrec-core

Version:

ChRec's core business logic and model for testing HTML locator robustness

5 lines (4 loc) 85 B
export declare class Identificable { id: string; constructor(id?: string); }