michangarrito/apps/backend/node_modules/math-intrinsics
rckrdmrd 48dea7a5d0 feat: Initial commit - michangarrito
Marketplace móvil para negocios locales mexicanos.

Estructura inicial:
- apps/backend (NestJS API)
- apps/frontend (React Web)
- apps/mobile (Expo/React Native)
- apps/mcp-server (Claude MCP Server)
- apps/whatsapp-service (WhatsApp Business API)
- database/ (PostgreSQL DDL)
- docs/ (Documentación)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 04:41:02 -06:00
..
.github feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
constants feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
test feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
.eslintrc feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
abs.d.ts feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
abs.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
CHANGELOG.md feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
floor.d.ts feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
floor.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
isFinite.d.ts feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
isFinite.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
isInteger.d.ts feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
isInteger.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
isNaN.d.ts feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
isNaN.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
isNegativeZero.d.ts feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
isNegativeZero.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
LICENSE feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
max.d.ts feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
max.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
min.d.ts feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
min.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
mod.d.ts feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
mod.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
package.json feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
pow.d.ts feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
pow.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
README.md feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
round.d.ts feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
round.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
sign.d.ts feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
sign.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
tsconfig.json feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06: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.