# is_devjun_package

> this is for testing purpose

Latest version **1.1.0** (published 2023-11-22) · ISC license · 0 weekly downloads

## Install

```sh
npm install is_devjun_package
pnpm add is_devjun_package
yarn add is_devjun_package
bun add is_devjun_package
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2023-11-22 |
| First published | 2023-11-22 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Junaid Mumtaz aka devjun |
| Maintainers | jun_dev |
| Keywords | devjun, jundev, junaid |

## Links

- npm: https://www.npmjs.com/package/is_devjun_package
- Repository: https://github.com/jun447/package
- Homepage: https://github.com/jun447/package#readme
- Issues: https://github.com/jun447/package/issues
- npm.io page: https://npm.io/package/is_devjun_package

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 1.1.0 (latest) — 2023-11-22
- 1.0.0 — 2023-11-22

## README

# is_devjun

`is_devjun` is a simple npm package that exports a function `isdevjun`.

## Installation

To install `is_devjun`, use the following command:

```bash
npm i is_devjun_package
```
# Usage

```js
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](https://github.com/jun447/package/issues).

## License

This project is licensed under the ISC license.

---
_Source: https://npm.io/package/is_devjun_package · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
