1.0.2 • Published 2 months ago

is-ice-cream v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

is-ice-cream

A simple JavaScript library to check if a string contains a popular ice cream flavor.

Installation

npm install is-ice-cream
const isIceCream = require('is-ice-cream');

console.log(isIceCream('I love vanilla')); // true
console.log(isIceCream('I prefer cake')); // false
1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago