UNPKG

typed-catch-of-the-day

Version:

typescript version of wes bos' catch of the day app

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