UNPKG

react-toolbox-reactrouter-mocha-boilerplate

Version:

### Getting Started 1. Clone this repository 2. Run `npm install && npm start` 3. Visit `0.0.0.0:8080` in your browser

11 lines (8 loc) 200 B
import warning from 'warning' function deprecate(fn, message) { return function () { warning(false, '[history] ' + message) return fn.apply(this, arguments) } } export default deprecate