node-eventstore-client/index.js
Nicolas Dextraze 9be67bf7c7 Initial commit
2016-03-09 12:46:15 -08:00

12 lines
344 B
JavaScript

/**
* 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
*/
module.exports = require('./src/main.js');