@animeapis/webcache
Version:
Webcache client for Node.js
12 lines (11 loc) • 394 B
TypeScript
import * as v1alpha1 from './v1alpha1';
declare const WebCacheClient: typeof v1alpha1.WebCacheClient;
declare type WebCacheClient = v1alpha1.WebCacheClient;
export { v1alpha1, WebCacheClient };
declare const _default: {
v1alpha1: typeof v1alpha1;
WebCacheClient: typeof v1alpha1.WebCacheClient;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };