@onekuma/seq OneKuma sequence library. pnpm i @onekuma/seqUsage import { Seq } from '@onekuma/seq' const seq = Seq.of(1, 2, 3) const odd = seq.filter(x => x % 2 == 1) const arr = odd.toArray()License MIT License © 2023 XLor