Node TAP
    Preparing search index...

    Type Alias ErrorNameMatch

    type ErrorNameMatch = {
        name: string | RegExp | null | undefined;
        [k: string]: any;
    }

    Indexable

    • [k: string]: any
    Index

    Properties

    Properties

    name: string | RegExp | null | undefined