Skip to content

therveux/ts-help

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published