Files: d456a6cc8589489e558e6164750474ed2cfc961e / test / test-79-npm / steam / steam.js
160 bytesRaw
1 | ; |
2 | |
3 | var Steam = require('steam'); |
4 | var steamClient = new Steam.SteamClient(); |
5 | if (typeof steamClient.connect === 'function') { |
6 | console.log('ok'); |
7 | } |
8 |
Built with git-ssb-web