UNPKG

react-gsap-enhancer

Version:

Use the full power of React and GSAP together

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;