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