jaredhanson / connect-flash

Flash message middleware for Connect and Express.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

util.isArray(object) is deprecated

nikas-belogolov opened this issue · comments

https://nodejs.org/api/util.html#util_util_isarray_object

util.isArray(object)
Added in: v0.6.0 Deprecated since: v4.0.0
Stability: 0 - Deprecated: Use Array.isArray() instead.