UNPKG

@ply-ct/ply

Version:

REST API Automated Testing

6 lines (5 loc) 123 B
export declare class Skip { private pattern; constructor(pattern: string); isSkipped(path: string): boolean; }