UNPKG

@dtu-olp-2024/kafka-nocobase

Version:

A NocoBase plugin for Apache Kafka integration, supporting message publishing, topic management, and event-driven workflows. Built for the DTU GreenHope project.

5 lines (4 loc) 95 B
module.exports = timeInMs => new Promise(resolve => { setTimeout(resolve, timeInMs) })