1.0.2 • Published 2 years ago

is-weakref v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

is-weakref Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.

Example

var isWeakRef = require('is-weakref');
assert(!isWeakRef(function () {}));
assert(!isWeakRef(null));
assert(!isWeakRef(function* () { yield 42; return Infinity; });
assert(!isWeakRef(Symbol('foo')));
assert(!isWeakRef(1n));
assert(!isWeakRef(Object(1n)));

assert(!isWeakRef(new Set()));
assert(!isWeakRef(new WeakSet()));
assert(!isWeakRef(new Map()));
assert(!isWeakRef(new WeakMap()));

assert(isWeakRef(new WeakRef({})));

class MyWeakRef extends WeakRef {}
assert(isWeakRef(new MyWeakRef({})));

Tests

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

es-abstractarchetype-libraryeasy-select-rnafryxicons@saeon/quick-formreact-native-printer-brothersreact-native-shekhar-bridge-testcogoportutilsuncoded-connectwilscanner@khalitovadel/abstract-repository@oiti/documentoscopy-react-nativequoc-testreact-native-slider-kf@infinitebrahmanuniverse/nolb-is-w@saaspe/componentsexpand-react-bridgeopea-bootstraapluminos-ui-coresklif-ui-kitsklif-api@everything-registry/sub-chunk-1935jawwy-sdkjawwy_gamification_release@deepakorg/test@deepak757/testreact-native-sphereuisphereuijawwy_libraryreact-native-credit-card-pkgp149-tablesklif-uimachinebeemrcapsreact-native-jawwy_samplepizza-tea@junvary/quasar-ui-qcascaderpucuk5000projekudinproject-wajs-dvpyreswap-sdkqaapio-reecord-mp3qudratic-uiquadratic-sdk@lanz1/v-money3raact-native-arunramya151siniwosgbteamnewerasipalingerlysiralexferguson023siralexferguson03@sak1sham/react-toc-highlight@safely-project/safely-tssmart_one_connect@saad27/react-native-bottom-tab-tourslebew@parallelnft/web3modalrn-counter-demorn-check-btnrn-circular-chartrn-use-modal-hook@object-studio/react-native-web@nyaxk/react-one-tab-enforcer@nyanator/chrome-ext-utilsreyhan-projectrn-adyen-dropinrn-agora-ios-mrofiqridwangonzales84ronaldocr7vibessenggoldongserde_json_mainsergiobesquest34sergekayamba92serenitymeangle21@react-18-pdf/rootsimple-bot-framework@oiti/rn-liveness2dresponsis-gantt-task-react@praella/localisationist@stasa87/react-insta-storiessuperboy@status-im/react-native-transparent-videosuperset-plugin-chart-hello-world2sunarirockydropdownrusferstanikione@skedulr/nebula-ui-library@skeetboothppq/component-librarystock-ticker-react-widget@sitestnet/tehpucuk@sleepfinance/chainreact-native-progress-arrowreact-native-onrampreact-native-responsive-helperreact-native-remote-cloverreact-native-shared-gesturereact-native-pool-corereact-native-return-usb-data
1.0.2

2 years ago

1.0.1

3 years ago

1.0.0

4 years ago