jwt_example/node_modules/math-intrinsics
2025-04-06 10:07:32 -04:00
..
.github Partial completion of server side 2025-04-06 10:07:32 -04:00
constants Partial completion of server side 2025-04-06 10:07:32 -04:00
test Partial completion of server side 2025-04-06 10:07:32 -04:00
.eslintrc Partial completion of server side 2025-04-06 10:07:32 -04:00
abs.d.ts Partial completion of server side 2025-04-06 10:07:32 -04:00
abs.js Partial completion of server side 2025-04-06 10:07:32 -04:00
CHANGELOG.md Partial completion of server side 2025-04-06 10:07:32 -04:00
floor.d.ts Partial completion of server side 2025-04-06 10:07:32 -04:00
floor.js Partial completion of server side 2025-04-06 10:07:32 -04:00
isFinite.d.ts Partial completion of server side 2025-04-06 10:07:32 -04:00
isFinite.js Partial completion of server side 2025-04-06 10:07:32 -04:00
isInteger.d.ts Partial completion of server side 2025-04-06 10:07:32 -04:00
isInteger.js Partial completion of server side 2025-04-06 10:07:32 -04:00
isNaN.d.ts Partial completion of server side 2025-04-06 10:07:32 -04:00
isNaN.js Partial completion of server side 2025-04-06 10:07:32 -04:00
isNegativeZero.d.ts Partial completion of server side 2025-04-06 10:07:32 -04:00
isNegativeZero.js Partial completion of server side 2025-04-06 10:07:32 -04:00
LICENSE Partial completion of server side 2025-04-06 10:07:32 -04:00
max.d.ts Partial completion of server side 2025-04-06 10:07:32 -04:00
max.js Partial completion of server side 2025-04-06 10:07:32 -04:00
min.d.ts Partial completion of server side 2025-04-06 10:07:32 -04:00
min.js Partial completion of server side 2025-04-06 10:07:32 -04:00
mod.d.ts Partial completion of server side 2025-04-06 10:07:32 -04:00
mod.js Partial completion of server side 2025-04-06 10:07:32 -04:00
package.json Partial completion of server side 2025-04-06 10:07:32 -04:00
pow.d.ts Partial completion of server side 2025-04-06 10:07:32 -04:00
pow.js Partial completion of server side 2025-04-06 10:07:32 -04:00
README.md Partial completion of server side 2025-04-06 10:07:32 -04:00
round.d.ts Partial completion of server side 2025-04-06 10:07:32 -04:00
round.js Partial completion of server side 2025-04-06 10:07:32 -04:00
sign.d.ts Partial completion of server side 2025-04-06 10:07:32 -04:00
sign.js Partial completion of server side 2025-04-06 10:07:32 -04:00
tsconfig.json Partial completion of server side 2025-04-06 10:07:32 -04:00

math-intrinsics Version Badge

github actions coverage License Downloads

npm badge

ES Math-related intrinsics and helpers, robustly cached.

  • abs
  • floor
  • isFinite
  • isInteger
  • isNaN
  • isNegativeZero
  • max
  • min
  • mod
  • pow
  • round
  • sign
  • constants/maxArrayLength
  • constants/maxSafeInteger
  • constants/maxValue

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.