1.0.8 • Published 1 year ago

magic-boolean-conch v1.0.8

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

magic-boolean-conch

magic-boolean-conch return random boolean or undefined. You can ask anything.

Install

npm install magic-boolean-conch

Usage

const { Conch } = require("magic-boolean-conch");
const conch = new Conch();

console.log(conch.ask("Am I okay?"));
console.log(conch.ask(1234));
console.log(conch.ask(undefined));
console.log(conch.ask(null));
console.log(conch.ask(conch));

Dependencies

Nothing

License

MIT

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.0

2 years ago