UNPKG

nodulator

Version:

Complete NodeJS Framework for Restfull APIs

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; } };