0.0.1-security.19 • Published 7 months ago

@teamteanpm2024/sequi-veniam-ipsam v0.0.1-security.19

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Math.imul Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

An ESnext spec-compliant Math.imul shim/polyfill/replacement that works as far down as ES3.

This package implements the es-shim API interface. It works in an ES3-supported environment and complies with the spec.

Getting started

npm install --save @teamteanpm2024/sequi-veniam-ipsam

Usage/Examples

console.log(Math.imul(2, 4)); // 8
console.log(Math.imul(-1, 8)); // -8
console.log(Math.imul(-2, -2)); // 4
console.log(Math.imul(0xffffffff, 5)); // -5

Tests

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

0.0.1-security

1 year ago

0.0.1-security.11

12 months ago

0.0.1-security.12

12 months ago

0.0.1-security.13

12 months ago

0.0.1-security.14

8 months ago

0.0.1-security.15

8 months ago

0.0.1-security.16

8 months ago

0.0.1-security.17

7 months ago

0.0.1-security.18

7 months ago

0.0.1-security.19

7 months ago

1.1.1

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago