UNPKG

mysql-binlog-emitter

Version:

A nodejs mysql/mariadb slave replication event emitter.

8 lines (5 loc) 139 B
/* jshint node:true */ /* jshint esversion: 6 */ /* jshint strict:false */ "use strict"; module.exports = require('./lib/MyEmitter.js');