@creejs/commons-lang 2.1.32 → 2.1.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2845,6 +2845,8 @@
2845
2845
  /**
2846
2846
  * @template T
2847
2847
  * @param {Iterable<T>} iterable
2848
+ * @returns {number}
2849
+ * @throws {Error} Not Iterable
2848
2850
  */
2849
2851
  function length (iterable) {
2850
2852
  TypeAssert.assertIterable(iterable);