Logo
Explore Help
Register Sign In
365DevNet/Tiber365
1
0
Fork 0
You've already forked Tiber365
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
main
Tiber365/node_modules/is-arrayish
History
becarta a544759a3b Refactor routing in App component to enhance navigation and improve error handling by integrating dynamic routes and updating the NotFound route.
2025-05-23 12:43:00 +02:00
..
index.js
Refactor routing in App component to enhance navigation and improve error handling by integrating dynamic routes and updating the NotFound route.
2025-05-23 12:43:00 +02:00
LICENSE
Refactor routing in App component to enhance navigation and improve error handling by integrating dynamic routes and updating the NotFound route.
2025-05-23 12:43:00 +02:00
package.json
Refactor routing in App component to enhance navigation and improve error handling by integrating dynamic routes and updating the NotFound route.
2025-05-23 12:43:00 +02:00
README.md
Refactor routing in App component to enhance navigation and improve error handling by integrating dynamic routes and updating the NotFound route.
2025-05-23 12:43:00 +02:00
yarn-error.log
Refactor routing in App component to enhance navigation and improve error handling by integrating dynamic routes and updating the NotFound route.
2025-05-23 12:43:00 +02:00

README.md

node-is-arrayish Travis-CI.org Build Status Coveralls.io Coverage Rating

Determines if an object can be used like an Array

Example

var isArrayish = require('is-arrayish');

isArrayish([]); // true
isArrayish({__proto__: []}); // true
isArrayish({}); // false
isArrayish({length:10}); // false

License

Licensed under the MIT License. You can find a copy of it in LICENSE.

Powered by Gitea Version: 1.24.3 Page: 36ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API