1.1.0 • Published 6 months ago

is_devjun_package v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

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_package

Usage

const isdevjun = require("is_devjun_package"); 

console.log(isdevjun('devjun')); // returns true
console.log(isdevjun('1234')); // returns false

Function: isdevjun

isdevjun(string)

This function checks if the input string is 'devjun'.

Parameters

  • string (string): The string to check.

Returns

  • (boolean): Returns true if the input string is 'devjun', false otherwise.

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.

1.1.0

6 months ago

1.0.0

6 months ago