JsType

object JsType
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
JsType.type

Type members

Classlikes

case object JsArray extends JsType
case object JsBig extends JsType
case object JsBool extends JsType
case object JsFloat extends JsType
case object JsInt extends JsType
case object JsNull extends JsType
case object JsStr extends JsType
case class Prod(items: Map[String | Int, JsType]) extends JsType
Companion:
object
object Prod
Companion:
class
case class Sum(types: Map[JsType, Int]) extends JsType
case class ToStr(level: Int)

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror