UNPKG

boa-core

Version:
6 lines (5 loc) 121 B
import { A } from './a'; declare type HandlerOptions = { re: (action: A<any>) => void; }; export { HandlerOptions };