UNPKG

@animeapis/hub

Version:
15 lines (14 loc) 509 B
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 };