Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/graup/pythonic-ts

A collection of Python-style utility functions for iterators and collections
https://github.com/graup/pythonic-ts

Last synced: 29 days ago
JSON representation

A collection of Python-style utility functions for iterators and collections

Awesome Lists containing this project

README

        

# Python-inspired, typed JS utility library

[![codecov](https://codecov.io/gh/graup/pythonic-ts/branch/main/graph/badge.svg?token=8EYVTN74FO)](https://codecov.io/gh/graup/pythonic-ts)
[![npm](https://img.shields.io/npm/v/pythonic-ts)](https://www.npmjs.com/package/pythonic-ts)

This library includes a number of utility functions, in particular related to iterators and collections.
The API is modeled after similar functions found in the Python standard library.

[Documentation](https://graup.github.io/pythonic-ts/modules.html)

yarn add pythonic-ts