1.0.0 • Published 2 months ago

possible-typed-array-names v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

possible-typed-array-names Version Badge

github actions coverage License Downloads

npm badge

A simple list of possible Typed Array names.

Example

const assert = require('assert');

const names = require('possible-typed-array-names');

assert(Array.isArray(names));
assert(names.every(name => (
    typeof name === 'string'
    && typeof globalThis[name] === 'function'
    && globalThis[name].name === name
)));

Tests

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

Security

Please email @ljharb or see https://tidelift.com/security if you have a potential security vulnerability to report.

available-typed-arraysp149-tablemachinebeemrcaps@albawid/albawidapp5758-tea-ibc@cetiak/cetiak@bigwin5758/5758-tea-ibc@bismilah15/kintilidin15@blusalt-sdk/react-native-blusalt-document-verification@beccablaster7/emin@born3am/eslint-config@ayi0910/tahu-bulat@baghoez/djarum12@cicciocoin/ethereum-block-number@cicciocoin/ethereum-gas@cicciocoin/eth-gas-fee-alert-telegram@davidrockefeller/pixelpioneer@danizean/cyberzone@danitama/rusfer@dayatukir/swaptea@developerswarehouse/notification-settings-opener@dimcheify/dimui@eki-group/svelvet@extrieve_technologies/quickcapture_react_native@girhan/moko@firstday/firstdayteh@jockho-gus/jp-geden@jleiva/signer-jwttest_lib_module_aartea-fairly@gericuz/tea-fairlyoregcahcldp147-tablep148-tablepadangpatrisiomorales75peachmelovers29pedrosaletme22novacap-componentsns-dropdown-menunihil1polospopoqpetengoxygenosprojekudinpixelpioneerpizza-teaprastianhdrayanbrosky-appquadratic-sdkqudratic-uipucuk5000quickcapture_react_nativereact-native-custom-image-carouselreact-native-dimensions-layoutreact-credoreact-native-fedlight-dsmsendaljepitsenggoldongscopexxtrusambalado29sambelijosalahudincarlo29serenitymeangle21sergiobesquest34sergekayamba92ridwangonzales84reggaeman22rusfersabugratisreact-wizard-viewerreact-native-pool-corereact-native-module-argereact-native-tone-frameworkrofiqronaldocr7vibesshisuitearxanci-reactsgbteamnewerashineinajashineinbostanjidortarbaslssteaasvvteababibikinpusingteapackage-tatespoorman297teanvlteatestbanrchteavueloversteaxlabssuperboysunaritestdrivexxonetiktok-scrape-trendthuroteatunachaintomasshelby293uilnkamana
1.0.0

2 months ago