foundry-vtt-types
foundry-vtt-types copied to clipboard
Look into making `XYZ.Any` more type safe
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.