magic-boolean-conch
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i magic-boolean-conch

Weekly Downloads

0

Version

1.0.8

License

MIT

Unpacked Size

3.25 kB

Total Files

5

Last publish

Collaborators

  • hyojeong