Static Propertyjavascriptkit 0.24.0JavaScriptKit->Swift
typedArrayClass
JSTypedArray.swift:191static var typedArrayClass: JSFunction { get }
static var typedArrayClass: JSFunction { get }
import Swift
import JavaScriptKit
Swift framework to interact with JavaScript through WebAssembly.
@frozen struct Float
A single-precision, floating-point value type.
class JSFunction
JSFunction
represents a function in JavaScript and supports new object instantiation. This type can be callable as a function using callAsFunction
.
var jsValue: JSValue { get }