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.
```javascript const {is_one} = require('@afghan_goat/is-one');
console.log(is_one("egy")); // Output: true