documentation
documentation copied to clipboard
Logger.deprecate signature
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;