documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Logger.deprecate signature

Open piotr-cz opened this issue 1 year ago • 0 comments

Documentation says that the Logger.deprecate method signature is

deprecate(message) {},

while according to source code and types it should be

deprecate?: (method: string, alternative: string) => void;

piotr-cz avatar Mar 20 '24 14:03 piotr-cz