UNPKG

boa-core

Version:
6 lines (5 loc) 206 B
import { A } from './a'; import { HandlerOptions } from './handler-options'; import { O } from './o'; declare type Handler = (action$: O<A<any>>, options?: HandlerOptions) => O<A<any>>; export { Handler };