# is-wednesday

> A simple, powerful package to determine if a Date object is of the day Wednesday.

Latest version **1.1.0** (published 2018-04-02) · MIT license · 0 weekly downloads

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

## Install

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

## Health

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

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2018-04-02 |
| First published | 2018-04-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 4.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | DaJuukes |
| Maintainers | dajuukes |
| Keywords | is, wednesday, powerful |

## Links

- npm: https://www.npmjs.com/package/is-wednesday
- Repository: https://github.com/DaJuukes/is-wednesday
- Homepage: https://github.com/DaJuukes/is-wednesday#readme
- Issues: https://github.com/DaJuukes/is-wednesday/issues
- npm.io page: https://npm.io/package/is-wednesday

## Alternatives

- [memory-cache](https://npm.io/package/memory-cache.md) — 795.0K weekly downloads
- [@httptoolkit/proxy-agent](https://npm.io/package/@httptoolkit/proxy-agent.md) — 11.2K weekly downloads
- [express-cache-controller](https://npm.io/package/express-cache-controller.md) — 5.3K weekly downloads
- [http-cache-middleware](https://npm.io/package/http-cache-middleware.md) — 4.5K weekly downloads
- [cache2](https://npm.io/package/cache2.md) — 1.5K weekly downloads

## Recent versions

- 1.1.0 (latest) — 2018-04-02
- 1.0.1 — 2018-04-01
- 1.0.0 — 2018-04-01

## README

## is-wednesday
A simple, powerful package to determine if a Date object is of the day Wednesday.

## Docs
Simply require the package as so:
```const is_wednesday = require('is-wednesday');```

And then pass a Date or millisecond value to it and receive a true/false.

`is_wednesday()` Returns if the current date is Wednesday.

`is_wednesday([parse-able string])` Returns if the date string given is a Wednesday.

`is_wednesday([millisecond value since Unix Epoch])` Returns if the date from millisecond value is a Wednesday.

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