[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
simkeu 07072025
/
keuangan
/
vendors
/
bower_components
/
moment
/
src
/
lib
/
utils
/
[
Home
]
File: is-array.js
export default function isArray(input) { return input instanceof Array || Object.prototype.toString.call(input) === '[object Array]'; }