UNPKG

@platform/http

Version:

Tools for working with HTTP.

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;