Documentation
    Preparing search index...

    Type Alias TwingMethodCallNodeAttributes

    TwingMethodCallNodeAttributes: TwingBaseExpressionNodeAttributes & {
        methodName: string;
        shouldTestExistence: boolean;
    }