# uppercase-checker

> uppercase checker

Latest version **1.0.2** (published 2023-07-31) · ISC license · 0 weekly downloads

## Install

```sh
npm install uppercase-checker
pnpm add uppercase-checker
yarn add uppercase-checker
bun add uppercase-checker
```

## 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.0.2 |
| Published | 2023-07-31 |
| First published | 2023-07-31 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 818 B |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Aayush Khunger |
| Maintainers | aayushkhunger |

## Links

- npm: https://www.npmjs.com/package/uppercase-checker
- npm.io page: https://npm.io/package/uppercase-checker

## Recent versions

- 1.0.2 (latest) — 2023-07-31
- 1.0.1 — 2023-07-31
- 1.0.0 — 2023-07-31

## README

HOW TO USE

const { containsUppercaseLetters, countUpperCaseChars } = require('uppercase-checker');
console.log(containsUppercaseLetters('Aayush')); //returns true
console.log(countUpperCaseChars('Aayush')); // returns 1

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