UNPKG

domotz-remote-pawn

Version:

Domotz Agent

12 lines (10 loc) 201 B
/*! * ws: a node.js websocket client * Copyright(c) 2011 Einar Otto Stangvik <einaros@gmail.com> * MIT Licensed */ exports.Validation = { isValidUTF8: function(buffer) { return true; } };