https://github.com/niieani/nesity
Monorepo of various JavaScript tools and utilities
https://github.com/niieani/nesity
Last synced: 7 months ago
JSON representation
Monorepo of various JavaScript tools and utilities
- Host: GitHub
- URL: https://github.com/niieani/nesity
- Owner: niieani
- License: mit
- Created: 2022-11-30T05:15:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T18:32:08.000Z (8 months ago)
- Last Synced: 2025-03-05T13:38:18.759Z (7 months ago)
- Language: TypeScript
- Size: 2.58 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nesity
A monorepo for various utilities.
## Packages
### [nesity-statistics](packages/statistics/README.md)
This package provides a set of functions for statistical analysis.
It focuses on comparing datasets acquired from benchmarks.
### [nesity-types](packages/types/README.md)
A set of TypeScript utilities that help you write stricter code.
Main features include:
- `fromEntries` - a strict typing of `Object.fromEntries`
- `StrictMap` - a strict typing of the built-in `Map` for cases where a specific Key maps to a specific Value