@likecoin/epub-ts
    Preparing search index...

    Type Alias RequestFunction

    RequestFunction: (
        url: string,
        type?: string,
        withCredentials?: boolean,
        headers?: Record<string, string>,
    ) => Promise<unknown>

    Type Declaration

      • (
            url: string,
            type?: string,
            withCredentials?: boolean,
            headers?: Record<string, string>,
        ): Promise<unknown>
      • Parameters

        • url: string
        • Optionaltype: string
        • OptionalwithCredentials: boolean
        • Optionalheaders: Record<string, string>

        Returns Promise<unknown>