UNPKG

kafkajs

Version:

A modern Apache Kafka client for node.js

4 lines (2 loc) 61 B
const uniq = arr => [...new Set(arr)] module.exports = uniq