Function unpackBundle

  • Unpacks the .tar.gz (odbx format) file and returns the items.

    Returns

    • The items in the .tar.gz file.

    Parameters

    • data: ArrayBuffer | Blob

      The .tar.gz (odbx format) file.

    Returns Promise<{
        hasCache: any;
        images: any;
        items: any;
        packages: any;
    }>

Generated using TypeDoc