korimsoft-tyfun
Version:
Korimsoft's TyFun - A library of TypeScript functions, types, helpers, and utilities
22 lines (16 loc) • 534 B
Markdown
# Korimsoft's TyFun Library
A collection of typescript functions and types
that can ease one's app development a tiny bit.
**_WARNING_**
This is a library undergoing kinda wild development.
Use with care, there might be many incompatible changes beween versions.
## Installation
```bash
npm install --save korimsoft-tyfun@latest
```
## Feature Overview
* Builders - build a plain Typescript objects
* Filters - filtering functions for map operations (filter, find, \...)
* Mappers - mappings from one object to another