homelab/services/parts-inventory/api/node_modules/math-intrinsics
Dan V deb6c38d7b chore: commit homelab setup — deployment, services, orchestration, skill
- Add .gitignore: exclude compiled binaries, build artifacts, and Helm
  values files containing real secrets (authentik, prometheus)
- Add all Kubernetes deployment manifests (deployment/)
- Add services source code: ha-sync, device-inventory, games-console,
  paperclip, parts-inventory
- Add Ansible orchestration: playbooks, roles, inventory, cloud-init
- Add hardware specs, execution plans, scripts, HOMELAB.md
- Add skills/homelab/SKILL.md + skills/install.sh to preserve Copilot skill
- Remove previously-tracked inventory-cli binary from git index

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-09 08:10:32 +02:00
..
.github chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
constants chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
test chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
.eslintrc chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
abs.d.ts chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
abs.js chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
CHANGELOG.md chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
floor.d.ts chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
floor.js chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
isFinite.d.ts chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
isFinite.js chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
isInteger.d.ts chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
isInteger.js chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
isNaN.d.ts chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
isNaN.js chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
isNegativeZero.d.ts chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
isNegativeZero.js chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
LICENSE chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
max.d.ts chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
max.js chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
min.d.ts chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
min.js chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
mod.d.ts chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
mod.js chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
package.json chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
pow.d.ts chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
pow.js chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
README.md chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
round.d.ts chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
round.js chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
sign.d.ts chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
sign.js chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02:00
tsconfig.json chore: commit homelab setup — deployment, services, orchestration, skill 2026-04-09 08:10:32 +02: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.