Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: export package uniqe types from own #611

Merged
merged 8 commits into from
Jan 5, 2023
Prev Previous commit
Next Next commit
fix(storage-client): export AlwatrStorageClientConfig
  • Loading branch information
njfamirm committed Jan 5, 2023
commit 9d626c28898c7d97776896317d246b8483ecbe5e
2 changes: 2 additions & 0 deletions core/storage-client/src/storage-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import type {AlwatrStorageClientConfig} from './type.js';
import type {FetchOptions} from '@alwatr/fetch';
import type {AlwatrDocumentObject, AlwatrDocumentStorage} from '@alwatr/type';

export {AlwatrStorageClientConfig};

globalAlwatr.registeredList.push({
name: '@alwatr/storage-client',
version: '{{ALWATR_VERSION}}',
Expand Down