blob: 2c7c4fd48b2777280eae63f809f39c136a954f97 [file] [log] [blame] [edit]
/*!
* 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;
}
};