Static Propertyjavascriptkit 0.24.0JavaScriptKit->Swift
typedArrayClass
JSTypedArray.swift:175static var typedArrayClass: JSFunction { get }
static var typedArrayClass: JSFunction { get }
ss5Int16V13JavaScriptKitE15typedArrayClassAC10JSFunctionCvpZ
What are these?6JVH8
import Swift
import JavaScriptKit
Swift framework to interact with JavaScript through WebAssembly.
@frozen struct Int16
A 16-bit signed integer 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 }