1.0.1 • Published 6 years ago

expletive-greeter v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

expletive-greeter

Enter your enemy's name and an expletive, and the module returns the expletive + name.

Usage

If anyone ever want to prefix their enemy's name with an expletive, import the module.

const greeter = require('expletive-greeter');

greeter(name, expletive);

Example: const greeter = require('expletive-greeter'); console.log(greeter("John","monkey"));

Output:

monkey John!

License

MIT © Vinod Mathew Sebastian

1.0.1

6 years ago

1.0.0

6 years ago