WarnDeprecated
warnDeprecated
Signature
function warnDeprecated({
what,
message,
where,
}: {
what: string;
where?: string;
message?: string;
}): void
Parameters
{
what, message, where, }
parameter
{ what: string; where?: string; message?: string; }