Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "assert/is-safe-integer-array/docs/types/index.d"

Index

Interfaces

Variables

Variables

Export assignment isSafeIntegerArray

isSafeIntegerArray: IsSafeIntegerArray

Tests if a value is an array-like object containing only safe integers.

Notes

  • An integer valued number is "safe" when the number can be exactly represented as a double-precision floating-point number.
param

value to test

returns

boolean indicating whether value is an array-like object containing only safe integers