foundry-vtt-types icon indicating copy to clipboard operation
foundry-vtt-types copied to clipboard

Look into making `XYZ.Any` more type safe

Open LukeAbby opened this issue 1 year ago • 0 comments
trafficstars

When I added XYZ.Any it actually used any in each of the type parameters in the interest of simplicity. This effectively disables type checking where type parameters are used though which is not ideal.

LukeAbby avatar Oct 24 '24 18:10 LukeAbby