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

sri.web.package.scala Maven / Gradle / Ivy

The newest version!
package sri

import sri.universal.UniversalAll

import scala.scalajs.js

package object web {

  private[web] type U[T] = js.UndefOr[T]
  private[web] val undefined = js.undefined

  type NEvent = js.Dynamic

  trait WebAll extends UniversalAll with ReactEventAliases

  object all extends WebAll
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy