We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i note in your documentation most notably here
That you use
eurecaServer.export.echo = function(msg) { console.log(msg) }
in your code example however in other parts of your documentation you use
eurecaServer.exports.helloServer = function (userName) { console.log('Hello Server from ',userName); }
I note that using "export" instead of "exports" yielded errors
The text was updated successfully, but these errors were encountered:
yes you're right, this is a typo error, I'll fix it :)
Sorry, something went wrong.
No branches or pull requests
i note in your documentation most notably here
That you use
in your code example however in other parts of your documentation you use
I note that using "export" instead of "exports" yielded errors
The text was updated successfully, but these errors were encountered: