UNPKG

@dudousxd/nestjs-telescope

Version:

Laravel Telescope-style observability console for NestJS — core: watchers, recorder, correlation, SQLite store, headless API.

7 lines 254 B
// packages/core/src/profiling/index.ts export * from './types.js'; export * from './profiling-config.js'; export * from './aggregate-profile.js'; export * from './cpu-profiler.js'; export * from './profiler.service.js'; //# sourceMappingURL=index.js.map