init(_:)

JSClosure.swift:95

This declaration is deprecated: This initializer will be removed in the next minor version update. Please use `init(_ body: @escaping ([JSValue]) -> JSValue)` and add `return .undefined` to the end of your closure

convenience init(_ body: @escaping ([JSValue]) -> ())