Logos DX
    Preparing search index...

    Interface DetermineTypeResult

    Result from determineType function.

    interface DetermineTypeResult {
        isJson: boolean;
        type: "arrayBuffer" | "blob" | "json" | "text";
    }
    Index

    Properties

    Properties

    isJson: boolean
    type: "arrayBuffer" | "blob" | "json" | "text"