1.0.2 • Published 7 months ago
@afghan_goat/is-one v1.0.2
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