1.1.1 • Published 3 years ago

is-arguments v1.1.1

Weekly downloads
10,622,245
License
MIT
Repository
github
Last release
3 years 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_sample@skedulr/nebula-ui-library@amirdiafi/react-native-ios-haptics@amiruldev/wajs@asiz33/smartblok-vendure-plugin@ahmed-hairon/sharing@alta-ng-timeago/hiamtanh-alta@ali5049/react-native-buttons@azalpacir/react-native-dhp-printer@aysea/react-native-ui-library@con-test/react-native-concent-common@beldore/react-otp-input@cs6/react-native-test-native-view-library@darren-valent/cdk-ec2-key-pair@damruravihara/react-native-testing-package@cube-design/react@cute-apocalypse/react-tree@blkmarketco/components-library@blusalt-sdk/react-native-blusalt-document-verification@bahmutov/spok@brantalikp/rn-resize@bonsaiswap-lib/lib@bonsaiswapv3/core@bonsaiswapv3/deploy@borealisswap/borealis-swap-lib@cdevine49/react-numeric-input@carhoo/widget-dealers@gjsify/util@genexus/ngx-aws-deployjawwy_library_newjawy_library_v1gamification-jawwy-libraryframework_test_library_sixdee_new_jawwyzzzxxxyyy321123reshow-appsequelcomponentzona-xvoluptatemaspernaturvformlmqverify-img-codevirtual-tour-guidevision-camera-plugin-face-detectorvision-camera-base64-resizedtinymce-plugin-toytestweblibapivue-button-test1type-libaryu-librarywescheme-jsyangtao-jswebdatabasetest1webdatabasetest10webliblevi3wdio-cucumberwifi_configuration_package
1.1.1

3 years ago

1.1.0

3 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

10 years ago

0.1.0

10 years ago