io.scalajs.nodejs.timer.Immediate.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nodejs_sjs0.6_2.11 Show documentation
Show all versions of nodejs_sjs0.6_2.11 Show documentation
NodeJS bindings for Scala.js
package io.scalajs.nodejs.timer
import scala.scalajs.js
/**
* Immediate Object
* @author [email protected]
*/
@js.native
trait Immediate extends js.Object {
def _onImmediate: js.Function = js.native
}