@animeapis/hub
Version:
Animeshon Hub API Client for Node.js
15 lines (14 loc) • 509 B
TypeScript
import * as v1alpha1 from './v1alpha1';
declare const GitClient: typeof v1alpha1.GitClient;
declare type GitClient = v1alpha1.GitClient;
declare const HubClient: typeof v1alpha1.HubClient;
declare type HubClient = v1alpha1.HubClient;
export { v1alpha1, GitClient, HubClient };
declare const _default: {
v1alpha1: typeof v1alpha1;
GitClient: typeof v1alpha1.GitClient;
HubClient: typeof v1alpha1.HubClient;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };