UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

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