0.0.5 • Published 2 years ago

ts-help v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ts-help

ts-help is a Typescript library to handle and group together helpers and coding principles

Contents

Installation

npm install ts-help

OR

yarn add ts-help

Usage

You can import any available helper and use it as simple as this

import { ArrayHelpers } from 'ts-help'

const myArray = [1,2,3]

console.log(ArrayHelpers.isEmpty(myArray)) // false

Features list

Primitive types

Algebraic data types

Compiler helper

Custom types

Contributors