npm install --save @types/util-deprecate
This package contains type definitions for util-deprecate (https://github.com/TooTallNate/util-deprecate).
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;
- Last updated: Wed, 23 Oct 2024 03:36:41 GMT
- Dependencies: none
These definitions were written by BendingBender.