@afghan_goat/is-one
v1.0.2
Published
A library which determines if a variable is one in Javascript.
Maintainers
Readme
is-one
This package provides a way to determine if a variable is "ONE" universally.
Functions
is_one(input)
Determines whenever the input variable is one.
const {is_one} = require('@afghan_goat/is-one');
console.log(is_one("egy")); // Output: true