Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is 14 when? #771

Open
anton-yefanov opened this issue Oct 30, 2024 · 2 comments
Open

is 14 when? #771

anton-yefanov opened this issue Oct 30, 2024 · 2 comments

Comments

@anton-yefanov
Copy link

Here’s a GitHub issue template you could use:


Feature Request: is-fourteen Library

Description
It would be fantastic if you could create a new library, is-fourteen, similar to the existing library that would check whether a given number is equal to fourteen.

Purpose
This library would allow users to easily determine if a number is precisely fourteen. It would complement the other "is-x" libraries and be especially useful for projects that need this specific functionality.

Suggested API

import isFourteen from 'is-fourteen';

console.log(isFourteen(14)); // true
console.log(isFourteen(13)); // false

Potential Use Cases

Useful in situations where a strict check for the value 14 is needed.

Could fit well into projects relying on similar number-checking libraries.

Thank you for considering this request!

@onlypuppy7
Copy link

https://www.npmjs.com/package/is-fourteen

@yuirsilva
Copy link

clown ahh package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants