UNPKG

steam-user

Version:

Steam client for Individual and AnonUser Steam account types

17 lines (14 loc) 245 B
/** * What type of CM connection we should use. * @readonly * @enum {number} * @since 4.0.0 */ module.exports = { /** Pick one automatically */ Auto: 0, /** TCP with Valve-crypto */ TCP: 1, /** WebSocket with TLS */ WebSocket: 2 };