Sha256: 17021bbbb1c972d967fbd3952a7e10e64e85b16535745e759333661d23801093
Contents?: true
Size: 311 Bytes
Versions: 35
Compression:
Stored size: 311 Bytes
Contents
'use strict'; /*! * ws: a node.js websocket client * Copyright(c) 2011 Einar Otto Stangvik <einaros@gmail.com> * MIT Licensed */ try { const bufferUtil = require('bufferutil'); module.exports = bufferUtil.BufferUtil || bufferUtil; } catch (e) { module.exports = require('./BufferUtil.fallback'); }
Version data entries
35 entries across 35 versions & 2 rubygems