https://github.com/micheleriva/std
My personal TypeScript and JavaScript standard library
https://github.com/micheleriva/std
Last synced: 6 months ago
JSON representation
My personal TypeScript and JavaScript standard library
- Host: GitHub
- URL: https://github.com/micheleriva/std
- Owner: micheleriva
- License: mit
- Created: 2021-12-07T18:21:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-07T15:20:55.000Z (almost 4 years ago)
- Last Synced: 2025-04-30T22:45:57.693Z (6 months ago)
- Language: TypeScript
- Size: 595 KB
- Stars: 25
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# My personal JavaScript/TypeScript standard library
[](https://github.com/micheleriva/std/actions/workflows/coverage.yml)
[](https://codecov.io/gh/micheleriva/std)After some time playing around with Haskell, I miss some of its straightforward functions in the default JavaScript std library. So I'm translating a small portion of Prelude into TypeScript.
# License
[MIT](/LICENSE.md)