grim

2.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i grim

Weekly Downloads

1,968

Version

2.0.3

License

none

Unpacked Size

12.9 kB

Total Files

6

Last publish

Collaborators

  • probablycorey
  • benogle
  • nathansobo
  • binarymuse
  • kevinsawicki
  • maxbrunsfeld
  • atom-team