isobject icon indicating copy to clipboard operation
isobject copied to clipboard

new Date()

Open atx49559 opened this issue 3 years ago • 2 comments

const isObject = require("isobject");

console.log(isObject(new Date())) // true, maybe return false?

Ref: https://developer.mozilla.org/zh-TW/docs/Web/JavaScript/Reference/Operators/typeof

atx49559 avatar Aug 03 '22 09:08 atx49559

Date is an object though?

PumpedSardines avatar Aug 03 '22 17:08 PumpedSardines

I think isobject only pick key-value type data, but I found other method to satisfied, thank you for reply. :)

atx49559 avatar Aug 15 '22 09:08 atx49559