UNPKG

@dudousxd/nestjs-telescope

Version:

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

4 lines 168 B
export function createBatch(origin, idFactory, now = Date.now) { return { id: idFactory(), origin, startedAt: new Date(now()) }; } //# sourceMappingURL=batch.js.map