Skip to main content
Version: Next 🚧

[F] markDeprecated

function markDeprecated(
program,
type,
details): void

Mark the given type as deprecated with the provided details.

Parameters

ParameterTypeDescription
programProgramProgram
typeTypeType
detailsDeprecationDetailsDetails of the deprecation

Returns

void