UNPKG

@hirosystems/api-toolkit

Version:
7 lines (6 loc) 211 B
import { FastifyInstance } from 'fastify'; /** * Creates a Fastify server that controls a CPU profiler. * @returns Fastify instance */ export declare function buildProfilerServer(): Promise<FastifyInstance>;