UNPKG

@nogard7491/wsc

Version:

Simple to use, blazing fast and thoroughly tested websocket client.

10 lines (9 loc) 163 B
'use strict'; module.exports = function (api) { api.cache(true); return { presets: [ '@babel/preset-env', ] }; };