@finos/perspective-viewer
    Preparing search index...
    default: {
        init_client: (
            wasm_binary:
                | ArrayBuffer
                | Uint8Array
                | Response
                | Promise<ArrayBuffer | Uint8Array | Response>,
        ) => Promise<void>;
    }

    Type declaration

    • init_client: (
          wasm_binary:
              | ArrayBuffer
              | Uint8Array
              | Response
              | Promise<ArrayBuffer | Uint8Array | Response>,
      ) => Promise<void>