@hapic/oauth2
Version:
A oauth2 api client based on axios.
12 lines (11 loc) • 316 B
TypeScript
export * from './config';
export * from './client';
export * from './constants';
export * from './instance';
export * from './domains';
export * from './open-id';
export * from './module';
export * from './type';
export * from './utils';
declare const client: import("./module").OAuth2Client;
export default client;