UNPKG

167 BTypeScriptView Raw
1export = deprecate;
2
3// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
4declare function deprecate<T extends Function>(fn: T, message: string): T;