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.

8 lines 280 B
import type { BytesLike } from "./index.js"; /** * Returns the version 4 [[link-uuid]] for the %%randomBytes%%. * * @see: https://www.ietf.org/rfc/rfc4122.txt (Section 4.4) */ export declare function uuidV4(randomBytes: BytesLike): string; //# sourceMappingURL=uuid.d.ts.map