UNPKG

@callstack/repack-dev-server

Version:

A bundler-agnostic development server for React Native applications as part of @callstack/repack.

7 lines (6 loc) 240 B
import type { FastifyInstance } from 'fastify'; import type { Server } from '../../types.js'; declare function apiPlugin(instance: FastifyInstance, { delegate }: { delegate: Server.Delegate; }): Promise<void>; export default apiPlugin;