@samatawy/checks
    Preparing search index...

    Interface Check

    Common interface implemented by all check classes.

    interface Check {
        result(options?: ResultOptions): IResult;
    }

    Implemented by

    Index

    Methods

    Methods