/** * @packageDocumentation * * Helpers for working with array-like collections. * * Provides generic type-safe primitives such as {@link isArray} and * {@link toArray} for operating on unknown values. */ export * from './is-array.js'; export * from './to-array.js'; export * from './as-array.js'; //# sourceMappingURL=index.d.ts.map