mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-02-05 05:50:13 +00:00
11 lines
146 B
JavaScript
11 lines
146 B
JavaScript
|
'use strict';
|
||
|
|
||
|
var Reflux = require('reflux');
|
||
|
|
||
|
module.exports = Reflux.createActions([
|
||
|
'cancel',
|
||
|
'readTerminalOutput',
|
||
|
'readAll',
|
||
|
'read'
|
||
|
]);
|