func _toJSValue(_ value: (() -> Void)?) -> JSValue
s10WebAPIBase10_toJSValuey13JavaScriptKit0D0OyycSgF
7Y320
import WebAPIBase
typealias Void = ()
The return type of functions that don’t explicitly specify a return type, that is, an empty tuple ().
()
@dynamicMemberLookup enum JSValue
JSValue represents a value in JavaScript.
JSValue