Extract the JavaScript type from a DType
type JSType = JSTypeOf<Float32> // numbertype JSType2 = JSTypeOf<Bool> // boolean Copy
type JSType = JSTypeOf<Float32> // numbertype JSType2 = JSTypeOf<Bool> // boolean
Extract the JavaScript type from a DType