UNPKG

console-feed

Version:

A React component that displays console logs from the current page, an iframe or transported across a server

4 lines (3 loc) 124 B
import { Action } from '../../definitions/Store'; declare function dispatch(action: Action): void; export default dispatch;