Sha256: 80a2d9b6c1c328f16f0e9078e6d2a6da501f7aacfbfe522648e32e185b0605b2
Contents?: true
Size: 210 Bytes
Versions: 194
Compression:
Stored size: 210 Bytes
Contents
/*! * ws: a node.js websocket client * Copyright(c) 2011 Einar Otto Stangvik <einaros@gmail.com> * MIT Licensed */ module.exports.Validation = { isValidUTF8: function(buffer) { return true; } };
Version data entries
194 entries across 106 versions & 5 rubygems