UNPKG

iopa

Version:

API-first, Internet of Things (IoT) stack for Typescript, official implementation of the Internet Open Protocols Alliance (IOPA) reference pattern

3 lines 200 B
import type { FC, IApp } from '@iopa/types'; export default function Middleware<P, C>(app: IApp<P, C>, middleware: any, action?: 'invoke' | 'dispatch'): FC<C>; //# sourceMappingURL=middleware.d.ts.map