org.getshaka.nativeconverter

Type members

Classlikes

class ArrayProduct(arr: Array[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

Extensions

Extensions

extension (json: String)
def fromJson(using nc: NativeConverter[A]): A
extension (nativeJs: Any)
def fromNative(using nc: NativeConverter[A]): A