UNPKG

@dudousxd/nestjs-telescope

Version:

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

5 lines 221 B
export const SCHEDULE_KINDS = ['cron', 'interval', 'timeout']; export function isScheduleKind(value) { return typeof value === 'string' && SCHEDULE_KINDS.includes(value); } //# sourceMappingURL=schedule-manager.js.map