UNPKG

bluebot

Version:

A bitcoin trading bot for auto trading at various exchanges

7 lines (6 loc) 164 B
import Vue from 'vue' import _ from 'lodash' export const setGlobalWarning = (state, warning) => { state.warnings[warning.key] = warning.value; return state; }