Type Alias CanvasContextQuery

CanvasContextQuery:
    | null
    | string
    | CanvasRenderingContext2D
    | HTMLCanvasElement