UNPKG

rascal

Version:

An advanced RabbitMQ / AMQP client built on amqplib

8 lines (7 loc) 111 B
module.exports = function () { return { incrementAndGet(key, next) { next(null, 0); }, }; };