UNPKG

@microfleet/core

Version:
4 lines (3 loc) 194 B
import { Request } from '@hapi/hapi'; import { Microfleet } from '../../../../..'; export default function getHapiAdapter(actionName: string, service: Microfleet): (r: Request) => Promise<any>;