All Downloads are FREE. Search and download functionalities are using the official Maven repository.

elemental2.core.Global__Constants Maven / Gradle / Ivy

package elemental2.core;

import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;

@JsType(isNative = true, name = "window", namespace = JsPackage.GLOBAL)
class Global__Constants {
  static double Infinity;
  static double NaN;
  static Object undefined;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy