tiinvo

tiinvo / Exports

tiinvo

An opinionated lib of types and utilities for your TypeScript and JavaScript projects which aims to add missing functionalities to standard Js and replace other.

docs

Install

You can install it using npm

npm i tiinvo

Or with yarn

yarn add tiinvo

or if you are using Deno, you have to simply import it

import { Arr, Option, Result } from 'https://cdn.skypack.dev/tiinvo?dts';

Features

This library is

This library is ideal for both an imperative and declarative approach, since every function is overloaded and can be used without the need to use curry (I love it for cooking, not for coding).

It normalizes several native JavaScript methods (like string, number and array).

Usage

This library provides several new data types like

wraps native types

and adds utility functions

Contributing

Every contribution is really welcome!

If you feel that something can be improved or should be fixed, feel free to open an issue with the feature or the bug found.

Pull requests are really welcome!

Read the contributing guidelines

Licence

Read the licence