JSVoid

public struct JSVoid : Equatable, Decodable

The Void return value.

  • Compares two Void values. Always evaluates to true.

    Declaration

    Swift

    public static func == (lhs: JSVoid, rhs: JSVoid) -> Bool