@ellentorg/suscipit-quaerat-voluptas

2.3.32 • Public • Published

@ellentorg/suscipit-quaerat-voluptas 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('@ellentorg/suscipit-quaerat-voluptas');

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.

/@ellentorg/suscipit-quaerat-voluptas/

    Package Sidebar

    Install

    npm i @ellentorg/suscipit-quaerat-voluptas

    Weekly Downloads

    2,511

    Version

    2.3.32

    License

    MIT

    Unpacked Size

    44.8 kB

    Total Files

    105

    Last publish

    Collaborators

    • ellentea