Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "lib/Engine/util/Constants"

Index

Variables

Variables

Const MAX_DATE

MAX_DATE: Date = new Date(8640000000000000)

Maximal date representable with native Date class

Const MIN_DATE

MIN_DATE: Date = new Date(-8640000000000000)

Minimal date representable with native Date class

Generated using TypeDoc