UNPKG

133 BTypeScriptView Raw
1import { HttpLink } from './http-link';
2export declare const PROVIDERS: (typeof HttpLink)[];
3export declare class HttpLinkModule {
4}