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.

4 lines 220 B
import type { BytesLike } from "./data.js"; export declare function decodeBase64(textData: string): Uint8Array; export declare function encodeBase64(_data: BytesLike): string; //# sourceMappingURL=base64-browser.d.ts.map