UNPKG

@web-atoms/core

Version:
9 lines 238 B
export default class AtomEnumerator<T> { private readonly items; private index; constructor(items: T[]); next(): boolean; get current(): T; get currentIndex(): number; } //# sourceMappingURL=AtomEnumerator.d.ts.map