@teamteanpm2024/eos-similique-rerum
v2.0.4
Published
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Downloads
9
Maintainers
Keywords
Readme
@teamteanpm2024/eos-similique-rerum
A simple list of possible Typed Array names.
Example
const assert = require('assert');
const names = require('@teamteanpm2024/eos-similique-rerum');
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.