WarmupMarker: {
    __warmup: true;
}

Represents a marker type used to indicate that a function or process has been warmed up and is ready for use.

This type is typically used as a flag or annotation in scenarios where initialization or preparation steps are required before execution.

Type declaration

  • __warmup: true