mirror of
https://github.com/blyssprivacy/sdk.git
synced 2026-01-12 08:38:00 -05:00
14 lines
508 B
TypeScript
14 lines
508 B
TypeScript
import { Bucket } from './bucket/bucket';
|
|
import type { KeyInfo } from './bucket/bucket';
|
|
import type { ApiConfig } from './bucket/bucket_service';
|
|
import { BucketService } from './bucket/bucket_service';
|
|
import type { ApiError } from './client/api';
|
|
|
|
export { BucketService as Client, Bucket };
|
|
|
|
export type { KeyInfo, BucketService, ApiError, ApiConfig };
|
|
|
|
// External copyright notices:
|
|
/*! pako (C) 1995-2013 Jean-loup Gailly and Mark Adler */
|
|
/*! pako (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin */
|