Socket
Book a DemoInstallSign in
Socket

is-date-obj

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-date-obj

My incredible module

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

is-date-obj Build Status

Check if an object is a Date object

Install

$ npm install --save is-date-obj

Usage

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

Keywords

check

FAQs

Package last updated on 23 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts