UNPKG

recharts

Version:
13 lines (10 loc) 229 B
//import warning from 'warning' "use strict"; function deprecate(fn) { return fn; //return function () { // warning(false, '[history] ' + message) // return fn.apply(this, arguments) //} } export default deprecate;