org.getshaka.nativeconverter

Type members

Classlikes

class ArrayProduct(arr: IArray[Any]) extends Product
object EsConverters

Converters for native JS types not supported by JSON.

Converters for native JS types not supported by JSON.

@implicitNotFound("Could not find an implicit NativeConverter[${A}]")
trait NativeConverter[A]

Typeclass for converting between Scala.js and native JavaScript.

Typeclass for converting between Scala.js and native JavaScript.

Type Params
A

the type to convert

Companion
object
Companion
class