astra / web /node_modules /ws /lib /Validation.fallback.js
Lorenzob's picture
Upload folder using huggingface_hub
19605ab verified
raw
history blame
201 Bytes
/*!
* ws: a node.js websocket client
* Copyright(c) 2011 Einar Otto Stangvik <[email protected]>
* MIT Licensed
*/
exports.Validation = {
isValidUTF8: function(buffer) {
return true;
}
};