Logo
Explore Help
Register Sign In
torsten/singlechat
1
0
Fork 0
You've already forked singlechat
Code Issues 1 Pull Requests Actions Packages Projects Releases Wiki Activity
Files
c63c26bfe49b60ffe8e4b1b20181a11ded5edead
singlechat/node_modules/is-arrayish
History
Torsten Schulz (local) 6e9116e819 Remove deprecated scripts for adding head-matter to wt_config.xml, including Python and Bash implementations, to streamline configuration management.
2025-12-04 16:34:45 +01:00
..
index.js
Remove deprecated scripts for adding head-matter to wt_config.xml, including Python and Bash implementations, to streamline configuration management.
2025-12-04 16:34:45 +01:00
LICENSE
Remove deprecated scripts for adding head-matter to wt_config.xml, including Python and Bash implementations, to streamline configuration management.
2025-12-04 16:34:45 +01:00
package.json
Remove deprecated scripts for adding head-matter to wt_config.xml, including Python and Bash implementations, to streamline configuration management.
2025-12-04 16:34:45 +01:00
README.md
Remove deprecated scripts for adding head-matter to wt_config.xml, including Python and Bash implementations, to streamline configuration management.
2025-12-04 16:34:45 +01: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.

Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 28ms Template: 4ms
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