2.1.20 • Published 2 years ago

@devtea2027/magni-ex-ullam-commodi v2.1.20

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

@devtea2027/magni-ex-ullam-commodi 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('@devtea2027/magni-ex-ullam-commodi');

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.

2.1.19

2 years ago

2.1.20

2 years ago

2.1.18

2 years ago

2.1.17

2 years ago

1.1.17

2 years ago

1.0.16

2 years ago

1.1.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago