@callstack/repack-dev-server
Version:
A bundler-agnostic development server for React Native applications as part of @callstack/repack.
8 lines (7 loc) • 298 B
TypeScript
import type { FastifyInstance } from 'fastify';
import type { Server } from '../../types.js';
declare function symbolicatePlugin(instance: FastifyInstance, { delegate, }: {
delegate: Server.Delegate;
}): Promise<void>;
declare const _default: typeof symbolicatePlugin;
export default _default;