@onekuma/seq
TypeScript icon, indicating that this package has built-in type declarations

0.1.10 • Public • Published

@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

Package Sidebar

Install

npm i @onekuma/seq

Weekly Downloads

95

Version

0.1.10

License

MIT

Unpacked Size

17.3 kB

Total Files

6

Last publish

Collaborators

  • yjl9903