$ cnpm install grim
Log deprecate calls
npm install grim
Grim = require('grim')
function someOldMethod() {
Grim.deprecate("Use theNewMethod instead.")
}
To view all calls to deprecated methods use Grim.logDeprecations() or get direct access to the deprecated calls by using Grim.getDeprecations()
Copyright 2013 - present © cnpmjs.org | Home |