1.1.0 • Published 2 years ago
is_devjun_package v1.1.0
is_devjun
is_devjun is a simple npm package that exports a function isdevjun.
Installation
To install is_devjun, use the following command:
npm i is_devjun_packageUsage
const isdevjun = require("is_devjun_package");
console.log(isdevjun('devjun')); // returns true
console.log(isdevjun('1234')); // returns falseFunction: isdevjun
isdevjun(string)
This function checks if the input string is 'devjun'.
Parameters
string(string): The string to check.
Returns
- (boolean): Returns
trueif the input string is 'devjun',falseotherwise.
Throws
- (Error): If the input is not a string, the function will throw an error with the message 'Input must be a string'.
Tests
Currently, no tests are specified for this package.
Issues
For any issues, please report at this link.
License
This project is licensed under the ISC license.