UNPKG

opinionated-machine

Version:

Very opinionated DI framework for fastify, built on top of awilix

3 lines (2 loc) 118 B
import type { FastifyInstance } from 'fastify'; export type AnyFastifyInstance = FastifyInstance<any, any, any, any>;