npm.io
2.0.3 • Published 5 years ago

grim

Licence
Version
2.0.3
Deps
1
Size
13 kB
Vulns
0
Weekly
0
Stars
13

Grim

OS X Build Status Windows Build Status Dependency Status

Log deprecate calls

Installing

npm install grim

Usage

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()