Files
sdk/js/index.ts
Neil Movva 3b28c30d89 Clients: add modify and clear (#23)
* add modify and clear

* test blyss service via python client
2023-04-20 13:31:59 -07:00

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 */