2.1.20 • Published 1 year ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

2.1.20

1 year ago

2.1.18

1 year ago

2.1.17

1 year ago

1.1.17

1 year ago

1.0.16

1 year ago

1.1.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago