import type { Series } from './types.js'; export const _isIterable = ( value: Awaited>, ): value is Awaited> & Iterable => Symbol.iterator in value;