is_string_istiak
v1.0.5
Published
check if string is equal to istiak
Readme
is_string_istiak
is_string_istiak is a simple utility to check if a given input string is equal to 'Istiak'.
Installation
You can install this package using npm:
npm install is_string_istiakUsage
const isStringEqualToIstiak = require('is_string_istiak');
console.log(isStringEqualToIstiak('Hello, world!')); // false
console.log(isStringEqualToIstiak('istiak')); // true
console.log(isStringEqualToIstiak(12345)); // falseAPI
isStringEqualToIstiak(input)
Checks if the input string is equal to 'istiak'.
Parameters
input(any): The input to check.
Returns
boolean: Returnstrueif theinputis a string, otherwisefalse.
Contributing
Contributions are welcome! Please open an issue or submit a pull request.
License
This project is licensed under the MIT License.
