0.1.10 • Published 3 years ago
@onekuma/seq v0.1.10
@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