On [node-cubrid|https://github.com/CUBRID/node-cubrid] Github page under [Usage|https://github.com/CUBRID/node-cubrid#usage] section there is an example which shows how to use ActionQueue.
Users assume that ActionQueue is directly exported by node-cubrid module, which, in fact, is not. There is no point to provide this helper module if users need to require it separately by specifying very inconvenient path *./node_modules/cubrid/src/utils/ActionQueue.js* to the ActionQueue file.
Therefore, please export this helper module as well.