TurboScript icon indicating copy to clipboard operation
TurboScript copied to clipboard

User wants to have type aliasing

Open MaxGraey opened this issue 7 years ago • 0 comments

How?

declare type number = float64;
declare type Float64Array = Array< float64 >;

MaxGraey avatar Apr 15 '17 20:04 MaxGraey