@types/util-deprecate
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

Installation

npm install --save @types/util-deprecate

Summary

This package contains type definitions for util-deprecate (https://github.com/TooTallNate/util-deprecate).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/util-deprecate.

export = deprecate;

// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
declare function deprecate<T extends Function>(fn: T, message: string): T;

Additional Details

  • Last updated: Wed, 23 Oct 2024 03:36:41 GMT
  • Dependencies: none

Credits

These definitions were written by BendingBender.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/util-deprecate

Weekly Downloads

33,159

Version

1.0.4

License

MIT

Unpacked Size

2.96 kB

Total Files

5

Last publish

Collaborators

  • types