1.0.3 • Published 4 years ago

who-are-u v1.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

Who are u?

Demonstrates some of the best practices on NPM package writting!

install

npm i who-are-u

usage - import

import WhoAreU, { whoareu } from 'who-are-you';

const whoAreU = WhoAreU('man');

console.log(whoAreU); // Hey man!

const whoru = whoareu('woman');

console.log(whoru); // Hey woman!

usage - require

const wru = require("who-are-u");

console.log(wru.default('man')); // Hey man!

console.log(wru.whoareu('woman'));  // Hey woman!
1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago