func _toJSValue(_ value: @escaping () -> Void) -> JSValue
s10WebAPIBase10_toJSValuey13JavaScriptKit0D0OyycF
66NB1
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