UNPKG

@awesomeniko/kafka-trail

Version:

A Node.js library for managing message queue with Kafka

3 lines (2 loc) 163 B
import { KafkaTopicName } from "../branded-types/kafka/index.js"; export declare const CreateDlqTopicName: (topicName: KafkaTopicName | string) => KafkaTopicName;