Comunica
    Preparing search index...

    Interface CustomMatcherResult

    interface CustomMatcherResult {
        message: () => string;
        pass: boolean;
    }
    Index

    Properties

    Properties

    message: () => string
    pass: boolean