UNPKG

240 BJavaScriptView Raw
1const deprecate = require('depd')('hops-config');
2
3deprecate(
4 '[DEP0001] hops-config is deprecated. Please use ConfigContext or the withConfig() HOC from hops instead.'
5);
6
7module.exports = require('hops-bootstrap').internal.getConfig();