a> 30f7226d9a first commit 3 年之前 tailwind-color-palette 30f7226d9a first commit 3 年之前 tailwindcss 30f7226d9a first commit 3 年之前 thenify 30f7226d9a first commit 3 年之前 thenify-all 30f7226d9a first commit 3 年之前 to-regex-range 30f7226d9a first commit 3 年之前 tr46 30f7226d9a first commit 3 年之前 ts-interface-checker 30f7226d9a first commit 3 年之前 uglify-js 30f7226d9a first commit 3 年之前 underscore 30f7226d9a first commit 3 年之前 upper-case 30f7226d9a first commit 3 年之前 util-deprecate 30f7226d9a first commit 3 年之前 valid-data-url 30f7226d9a first commit 3 年之前 web-resource-inliner 30f7226d9a first commit 3 年之前 webidl-conversions 30f7226d9a first commit 3 年之前 whatwg-url 30f7226d9a first commit 3 年之前 wrap-ansi 30f7226d9a first commit 3 年之前 wrappy 30f7226d9a first commit 3 年之前 y18n 30f7226d9a first commit 3 年之前 yallist 30f7226d9a first commit 3 年之前 yaml 30f7226d9a first commit 3 年之前 yargs 30f7226d9a first commit 3 年之前 yargs-parser 30f7226d9a first commit 3 年之前 .yarn-integrity 30f7226d9a first commit 3 年之前 tmt/tiger_frontend - Gogs: Simplico Git Service

暂无描述

golf 77628cf8bf first comm 3 年之前
..
LICENSE 77628cf8bf first comm 3 年之前
README.md 77628cf8bf first comm 3 年之前
index.js 77628cf8bf first comm 3 年之前
package.json 77628cf8bf first comm 3 年之前
yarn-error.log 77628cf8bf first comm 3 年之前

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.