0.2.1 • Published 1 year ago

hibye v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

hibye

This project will simply print hi and bye.

Build Status license npm version npm Downloads

Getting started

npm i hibye

Import/Require

// ESM
import HiBye from 'hibye';
// CommonJs
const {HiBye} = require("hibye");

Print

const hiBye = new HiBye();
console.log(hiBye.hi());
console.log(hiBye.bye());

Methods

hi

console.log(hiBye.hi()); // hi

hiJson

console.log(hiBye.hiJson()); // { message: 'hi' }

bye

console.log(hiBye.bye()); // bye

byeJson

console.log(hiBye.byeJson()); // { message: 'bye' }

License

It's free :smiley:

MIT License Copyright (c) 2024 Yusuf Shakeel

Donate

Feeling generous :smiley: Donate via PayPal

0.2.1

1 year ago

0.1.0

1 year ago