@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.
@@ -2843,6 +2843,8 @@ function chunk (array, size) {
2843
2843
  /**
2844
2844
  * @template T
2845
2845
  * @param {Iterable<T>} iterable
2846
+ * @returns {number}
2847
+ * @throws {Error} Not Iterable
2846
2848
  */
2847
2849
  function length (iterable) {
2848
2850
  TypeAssert.assertIterable(iterable);