@itwin/core-i18n 5.9.0-dev.13 → 5.9.0-dev.15

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.
@@ -17688,9 +17688,7 @@ var Id64;
17688
17688
  * ```
17689
17689
  */
17690
17690
  function iterable(ids) {
17691
- return {
17692
- [Symbol.iterator]: () => iterator(ids),
17693
- };
17691
+ return typeof ids === "string" ? [ids] : ids;
17694
17692
  }
17695
17693
  Id64.iterable = iterable;
17696
17694
  /** Return the first [[Id64String]] of an [[Id64Arg]]. */