UNPKG

@callstack/repack-dev-server

Version:

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

8 lines (7 loc) 291 B
import type { FastifyInstance } from 'fastify'; import type { Server } from '../../types.js'; declare function devtoolsPlugin(instance: FastifyInstance, { delegate }: { delegate: Server.Delegate; }): Promise<void>; declare const _default: typeof devtoolsPlugin; export default _default;