Sha256: 238f3a3138df328ca73f951485d7e8c67a3bed50970e8d56cb8624a2514f382e
Contents?: true
Size: 260 Bytes
Versions: 6
Compression:
Stored size: 260 Bytes
Contents
/*! * UTF-8 Validation Fallback Code originally from: * 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
6 entries across 6 versions & 1 rubygems