UNPKG

sdg-http

Version:

pomelo sdg http plugin

8 lines (7 loc) 220 B
import { SdgHttp } from './components/http'; export { SdgHttp }; export declare class SdgHttpPlugin { name: string; components: (typeof SdgHttp)[]; } export declare function createSdgHttpPlugin(): SdgHttpPlugin;