@animeapis/library
Version:
Animeshon Library API Client for Node.js
12 lines (11 loc) • 387 B
TypeScript
import * as v1alpha1 from './v1alpha1';
declare const LibraryClient: typeof v1alpha1.LibraryClient;
declare type LibraryClient = v1alpha1.LibraryClient;
export { v1alpha1, LibraryClient };
declare const _default: {
v1alpha1: typeof v1alpha1;
LibraryClient: typeof v1alpha1.LibraryClient;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };