expletive-greeter

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i expletive-greeter

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

1.2 kB

Total Files

3

Last publish

Collaborators

  • vinod-vms