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

io.scalajs.npm.mysql.StreamOptions.scala Maven / Gradle / Ivy

The newest version!
package io.scalajs.npm.mysql

import scala.scalajs.js
import scala.scalajs.js.annotation.ScalaJSDefined

/**
  * Stream Options
  * @author [email protected]
  */
@ScalaJSDefined
class StreamOptions(var highWaterMark: js.UndefOr[Int] = js.undefined) extends js.Object




© 2015 - 2024 Weber Informatics LLC | Privacy Policy