Messageflow
# Install via NPM
$ npm install --save messageflowconstgreeting=require('messageflow');importgreetingfrom'messageflow';- name <string> Name of the person to greet at.
- returns: <Promise<string>> Promise which resolves with a greeting message.
This methods works the same as greeting(name) except that this is the synchronous version.
MIT License © Rong Sen Ng
