Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "types/integer"

Index

Modules

Classes

Interfaces

Type aliases

Variables

Type aliases

Diff

Diff: number

Name

Name: "integer"

Variables

Const DEFAULT_MAX

DEFAULT_MAX: number = Number.MAX_SAFE_INTEGER

Default value for the max option. It corresponds to 2**53 - 1.

Const DEFAULT_MIN

DEFAULT_MIN: number = Number.MIN_SAFE_INTEGER - 1

Default value for the min option. It corresponds to -(2**53).

Const name

name: Name = "integer"

Generated using TypeDoc