mirror of
https://github.com/zoriya/flood.git
synced 2025-12-18 05:05:17 +00:00
8 lines
192 B
JavaScript
8 lines
192 B
JavaScript
var keyMirror = require('keymirror');
|
|
|
|
module.exports = keyMirror({
|
|
TORRENT_STOP: 'torrent--stop',
|
|
TORRENT_START: 'torrent--start',
|
|
TORRENT_LIST_CHANGE: 'torrent-list--change'
|
|
});
|