# is-date-obj

> My incredible module

Latest version **1.0.0** (published 2016-08-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install is-date-obj
pnpm add is-date-obj
yarn add is-date-obj
bun add is-date-obj
```

## 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.0 |
| Published | 2016-08-23 |
| First published | 2016-08-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=4 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Kevin Martensson |
| Maintainers | kevva |
| Keywords | check, date, object |

## Links

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

## Alternatives

- [@js-joda/timezone](https://npm.io/package/@js-joda/timezone.md) — 383.4K weekly downloads
- [chartjs-adapter-moment](https://npm.io/package/chartjs-adapter-moment.md) — 210.8K weekly downloads
- [strftime](https://npm.io/package/strftime.md) — 171.2K weekly downloads
- [vue-flatpickr-component](https://npm.io/package/vue-flatpickr-component.md) — 115.8K weekly downloads
- [timepicker](https://npm.io/package/timepicker.md) — 51.0K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2016-08-23

## README

# is-date-obj [![Build Status](https://travis-ci.org/kevva/is-date-obj.svg?branch=master)](https://travis-ci.org/kevva/is-date-obj)

> Check if an object is a `Date` object


## Install

```
$ npm install --save is-date-obj
```


## Usage

```js
const isDateObj = require('is-date-obj');

isDateObj(new Date());
//=> true

isDateObj({});
//=> false
```


## API

### isDateObj(input)

#### input

Value to check if it's a `Date` object.


## License

MIT © [Kevin Martensson](https://github.com/kevva)

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