UNPKG

@platform/http

Version:
6 lines (5 loc) 177 B
import { HttpEvent } from '../types'; import { Json } from '@platform/types'; export { Json }; export * from '../types'; export declare type FireEvent = (e: HttpEvent) => void;