@jable/deprecated
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

deprecated

Logs a warning to the console for deprecated classes and methods

Example

@DeprecatedClass() // Logs on instantiation
class Deprecated {
    @DeprecatedMethod() // Logs on call
    public test(value: string) {
        console.log(value);
    }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    2
    • latest

Version History

Package Sidebar

Install

npm i @jable/deprecated

Weekly Downloads

2

Version

2.0.0

License

MIT

Last publish

Collaborators

  • cpamperin
  • jable