@turbowarp/types-tw
    Preparing search index...

    Interface OutputTypes

    interface OutputTypes {
        array: number[];
        arraybuffer: ArrayBuffer;
        base64: string;
        binarystring: string;
        blob: Blob;
        nodebuffer: Uint8Array;
        uint8array: Uint8Array;
    }
    Index

    Properties

    array: number[]
    arraybuffer: ArrayBuffer
    base64: string
    binarystring: string
    blob: Blob
    nodebuffer: Uint8Array
    uint8array: Uint8Array