/*eslint no-console: ["error", { allow: ["warn"] }] */ module.exports = function deprecate (msg) { console.warn(msg); };