TypeStat icon indicating copy to clipboard operation
TypeStat copied to clipboard

Document aliases

Open JoshuaKGoldberg opened this issue 5 years ago • 0 comments

I'd honestly forgotten this kind of thing was supported:

{
    "fixes": {
        "incompleteTypes": true
    },
    "types": {
        "aliases": {
            "null|undefined": "{0} /* todo: {0} */"
        }
    }
}

There should be a docs page added for it.

JoshuaKGoldberg avatar Oct 18 '20 20:10 JoshuaKGoldberg