Interface Checkable

interface Checkable {
    check(options?): Promise<Violation[]>;
}

Implemented by

Methods

Methods