Function Graph Overview
    Preparing search index...

    Type Alias CallHandler

    type CallHandler = {
        pattern: string;
        is: Is;
    }
    Index

    Properties

    Properties

    pattern: string
    is: Is