Options
All
  • Public
  • Public/Protected
  • All
Menu

@lerado/typescript-toolbox

Contributors Forks Stargazers Issues MIT License Commitizen friendly npm monthly downloads current version LinkedIn


TypeScript toolbox

A collection of TypeScript utilities
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

This library is a comprehensive collection of TypeScript utilities that can be used to simplify and streamline TypeScript projects. It includes a wide range of functions, classes, and interfaces that make it easier to work with common data types, manipulate arrays and objects, and manage other aspects of the language. Additionally, the library is designed to be easy to use and integrate into existing projects, making it a valuable resource for TypeScript developers of all levels.

(back to top)

Built With

  • TypeScript

(back to top)

Getting Started

To start using this library in your project, follow these simple example steps.

Prerequisites

You basically just need npm or yarn:

  • npm

    npm install npm@latest -g
    
  • yarn

    npm install yarn@latest -g
    

Installation

Just a single command required. Depending on which package manager you use.

  • npm

    npm install @lerado/typescript-toolbox
    
  • yarn

    yarn add @lerado/typescript-toolbox
    

(back to top)

Usage

Import an use any function, decorator, etc...

import { objectToFlatString } from '@lerado/typescript-toolbox';

objectToFlatString({ id: 123, name: 'Mr. Smith', age: 23 });
// => to 123mr. smith23.

Please refer to the documentation for more.

(back to top)

Roadmap

Generated using TypeDoc