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

scalapb.grpcweb.package.scala Maven / Gradle / Ivy

There is a newer version: 0.7.0
Show newest version
package scalapb

import scala.scalajs.js.Dictionary

package object grpcweb {

  type Metadata = Dictionary[String]

  object Metadata {
    def apply(properties: (String, String)*): Metadata =
      Dictionary.apply[String](properties: _*)
    def empty: Metadata = Dictionary.empty[String]
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy