JsMap

object JsMap
Companion:
class
class Object
trait Matchable
class Any
JsMap.type

Type members

Classlikes

final implicit class RichJsMap[K, V](val map: JsMap[K, V]) extends AnyVal
final class RichScalaJsMap[K, V](val map: Map[K, V]) extends AnyVal

Value members

Concrete methods

def from[K, V](map: Map[K, V]): JsMap[K, V]

Cast a js.Map to JsMap. It's safe because they have the same runtime representation.

Cast a js.Map to JsMap. It's safe because they have the same runtime representation.

Implicits

Implicits

final implicit def RichJsMap[K, V](map: JsMap[K, V]): RichJsMap[K, V]