1.1.1 • Published 3 years ago

is-hello-world v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Just a dummy package. Checks if a given string is equal to "Hello, World!".

This is my first (I'm junaga) published, javascript package. I did it following this tutorial. It's written in commonjs which means it can be imported in both generations of javascript, either with require or import. Use it (It's a joke) to verify the default formatting of the well known Hello World program.

Usage

const { isHelloWorld } = require("is-hello-world")

console.log(isHelloWorld("Hello")) // false
console.log(isHelloWorld("Hello, World!")) // true
1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago