Archived
0
0
Fork 0

fix: export of new files in index

This commit is contained in:
Daryl Ronningen 2021-07-07 11:55:32 -05:00
parent eb5c3e0090
commit 6b6fe2a286
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B

View file

@ -1,14 +1,9 @@
export { ApiClient } from './api/apiClient';
export { ApiHandler } from './api/apiHandler';
export { Client } from './client/client';
export { defaults } from './utils/defaults';
export {
ApiMethods,
Builtin,
DeepRequired,
IApiClientOptions,
IClientOptions,
IDefaultOptions,
IMakeRequestOptions,
Primitives,
} from './utils/types';
export * from './api/apiClient';
export * from './api/apiHandler';
export * from './api/apiHelper';
export * from './api/apiManager';
export * from './client/client';
export * from './utils/defaults';
export * from './utils/sleep';
export * from './utils/snowflake';
export * from './utils/types';