UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

14 lines (11 loc) 256 B
'use strict'; /*! * ws: a node.js websocket client * Copyright(c) 2011 Einar Otto Stangvik <einaros@gmail.com> * MIT Licensed */ try { module.exports = require('utf-8-validate'); } catch (e) { module.exports = require('./Validation.fallback'); }