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 351 B
/** * @_ignore */ export declare function looseArrayify(hexString: string): Uint8Array; export declare function zpad(value: String | number, length: number): String; export declare function getPassword(password: string | Uint8Array): Uint8Array; export declare function spelunk<T>(object: any, _path: string): T; //# sourceMappingURL=utils.d.ts.map