npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

is-deprecated

2.0.0

@hemanth

npmHomeRepoSnykSocket
Downloads:13
$ npm install is-deprecated
DailyWeeklyMonthlyYearly

is-deprecated Build Status

Checks if a given function is deprecated.

Install

$ npm install --save is-deprecated

Usage

Node.js
var isDeprecated = require('is-deprecated');

isDeprecated(func);

//or

isDeprecated(obj, func);

P.S: Do checkout the test cases for a more verbose example.

License

MIT © Hemanth.HM