hello1505

Says Hello and Hi!

Usage no npm install needed!

<script type="module">
  import hello1505 from 'https://cdn.skypack.dev/hello1505';
</script>

README

Installation

npm install hello1505

Features

  • Says Hello!
  • Says Hi!

Examples & Usage

var hello = require('hello1505');

console.log(hello.hello('R2D2')); // "Hello, R2D2!"
console.log(hello.hi('R2D2')); // "Hi, R2D2!"