PackageFormat

public enum PackageFormat : String, CustomStringConvertible, Codable

Undocumented

  • npm

    Undocumented

    Declaration

    Swift

    case npm = "npm"
  • Undocumented

    Declaration

    Swift

    case pypi = "pypi"
  • Undocumented

    Declaration

    Swift

    case maven = "maven"
  • Declaration

    Swift

    public var description: String { get }