1.2.0 • Published 6 months ago

is-arguments v1.2.0

Weekly downloads
10,622,245
License
MIT
Repository
github
Last release
6 months ago

is-arguments Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

Is this an arguments object? It's a harder question than you think.

Example

var isArguments = require('is-arguments');
var assert = require('assert');

assert.equal(isArguments({}), false);
assert.equal(isArguments([]), false);
(function () {
	assert.equal(isArguments(arguments), true);
}())

Caveats

If you have modified an actual arguments object by giving it a Symbol.toStringTag property, then this package will return false.

Tests

Simply clone the repo, npm install, and run npm test

utildeep-equales-get-iteratorcomponennentteasy-select-rnvuedragdropuploadimages@miot-plugin/util@tantei/utilbb-chat@frxf/frxf@phil8795/pecuniarius-api@texttree/demo-bsa-reference-rclprecise-json@l1nyanm1ng/react-picture-vieweropenid-passportcthpb-plugin-socialreact-native-printer-brothersreact-native-shekhar-bridge-testcogoportutilslevibestliblevibestlib2levilibtest19levilibtest24levilibtest25levilibtest26levilibtest27levilibtest28levilibtest29@oiti/documentoscopy-react-nativequoc-test@infinitebrahmanuniverse/nolb-is-acclibyarntest@saaspe/componentsexpand-react-bridgeluminos-ui-coresklif-ui-kitsklif-api@everything-registry/sub-chunk-1932jawwy-sdkjawwy_gamification_releasereact-native-sphereuisphereuijawwy_libraryreact-native-credit-card-pkgsklif-uireact-native-jawwy_samplegriffin-ui-library@wacoco/ysynchronizer-v2systemjs-vue-loadersvelvet-customtest-carosello-campustest-library-123test-haptik-libvue-button-test1webdatabasetest1webdatabasetest10wescheme-jswifi_configuration_packagestanikionesticky-scroll-catchtesting-storybooktestweblibapitest-zeo-collectsvelte-component-libvision-camera-plugin-face-detectorvision-camera-base64-resizedvantiq-reactvoluptatemaspernatur@ahmed-hairon/sharing@donapot/mylibtest@digitalrakesh/jsui@dimcheify/dimui@cristianps1988/ds-template@cs6/react-native-test-native-view-library@con-test/react-native-concent-common@damruravihara/react-native-testing-package@cube-design/react@cute-apocalypse/react-tree@borealisswap/borealis-swap-lib@blkmarketco/components-library@beldore/react-otp-input@praella/localisationist@rbc-public/react-selectable-fastgenerator-bootstrap-boilerplate-templateis-xitaquedignissimosjesusdemojulien-easy-modaljrennsoh88-react-native-scroll-indicatorjesh-calculationjnf-accesscontrol-rnttljordy-frijters-test-libinstall-isis-plain-object-xjavascript-clientk0ng_d1nosaur_quenak0ng_d1nosaur_quenbk0ng_d1nosaur_quenck0ng_d1nosaur_quend
1.2.0

6 months ago

1.1.1

4 years ago

1.1.0

5 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

11 years ago

0.1.0

11 years ago