Node TAP
    Preparing search index...

    Type Alias ErrorCodeMatch

    type ErrorCodeMatch = {
        code: string | RegExp | number | null | undefined;
        [k: string]: any;
    }

    Indexable

    • [k: string]: any
    Index

    Properties

    Properties

    code: string | RegExp | number | null | undefined