2016-03-09 20:46:15 +00:00
|
|
|
/**
|
|
|
|
* eventstore-node A port of EventStore .Net ClientAPI to Node.js
|
|
|
|
* see README.md for more details
|
|
|
|
* see LICENSE for license info
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* TODO:
|
|
|
|
* library is heavy on number of files so it could have negative impact on load time
|
|
|
|
* we need a compiled (single file) version of the library
|
|
|
|
*/
|
2016-03-10 01:03:26 +00:00
|
|
|
module.exports = require('./lib/dist.js');
|