Open bergwerf opened 7 years ago
I tried to convert the ts definition of threejs from definitelytyped. I encountered a lot of warnings with ArrayLike<T> which is used in their definitions and translated as ArrayLike<T> in Dart (I think this should be a List or Iterable).
ArrayLike<T>
I tried to convert the ts definition of threejs from definitelytyped. I encountered a lot of warnings with
ArrayLike<T>
which is used in their definitions and translated asArrayLike<T>
in Dart (I think this should be a List or Iterable).