0.1.10 • Published 2 years ago

@onekuma/seq v0.1.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@onekuma/seq

version

OneKuma sequence library.

pnpm i @onekuma/seq

Usage

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

0.1.10

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago