TurboScript
TurboScript copied to clipboard
User wants to have type aliasing
How?
declare type number = float64;
declare type Float64Array = Array< float64 >;