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: over 1 year ago
JSON representation
A collection of Python-style utility functions for iterators and collections
- Host: GitHub
- URL: https://github.com/graup/pythonic-ts
- Owner: graup
- License: mit
- Created: 2021-04-08T08:04:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-06T07:44:02.000Z (about 5 years ago)
- Last Synced: 2025-01-24T13:44:52.451Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://graup.github.io/pythonic-ts/
- Size: 519 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python-inspired, typed JS utility library
[](https://codecov.io/gh/graup/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