# is-monday

> Checks if it is monday.

Latest version **0.0.1** (published 2019-02-11) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install is-monday
pnpm add is-monday
yarn add is-monday
bun add is-monday
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2019-02-11 |
| First published | 2019-02-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 0 |
| Unpacked size | 2.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 9 |
| Author | Aiden Bai |
| Maintainers | abai |
| Keywords | monday, util, fun |

## Links

- npm: https://www.npmjs.com/package/is-monday
- Repository: https://github.com/cringiest/is-monday
- Issues: https://github.com/cringiest/is-monday/issues
- npm.io page: https://npm.io/package/is-monday

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 0.0.1 (latest) — 2019-02-11

## README

# is-monday
[![Version](https://img.shields.io/npm/v/is-monday.svg?maxAge=3600)](https://www.npmjs.com/package/is-monday)

Checks if it is monday (the worst day)

## Install

```bash
npm i -s is-monday
```

## Usage

```js
const monday = require('is-monday');

monday(); // returns boolean.
```

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