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

japgolly.webapputil.indexeddb.package.scala Maven / Gradle / Ivy

There is a newer version: 2.0.0-RC12
Show newest version
package japgolly.webapputil

package object indexeddb {

  type TxnDslRO = TxnDsl.RO.type
  type TxnDslRW = TxnDsl.RW.type

  @inline def TxnDslRO: TxnDslRO = TxnDsl.RO
  @inline def TxnDslRW: TxnDslRW = TxnDsl.RW

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy