@hapic/harbor
Version:
A harbor http api client.
11 lines (10 loc) • 289 B
TypeScript
export * from './constants';
export * from './client';
export * from './config';
export * from './instance';
export * from './domains';
export * from './module';
export * from './type';
export * from './utils';
declare const client: import("./module").HarborClient;
export default client;