who-are-u
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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!

Readme

Keywords

Package Sidebar

Install

npm i who-are-u

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

2 kB

Total Files

4

Last publish

Collaborators

  • vinayak.nandi