Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 476 Bytes

File metadata and controls

22 lines (15 loc) · 476 Bytes

Grim

CI

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