Skip to content

r-jaramillo/typescript-common-utils

 
 

Tpescript Dev Utils Logo

Typescript Common Utils

The Useful Types library is an indispensable tool for any developer who works with TypeScript on a regular basis. This library is designed to provide a wide range of common types used in everyday software development.

Often, developers find themselves writing and rewriting the same types in different projects. This library aims to solve this problem by providing a complete set of well-defined and extensively tested types.

The library of useful types consists of a number of type definitions ranging from the most basic to the most advanced. These include:

  • Basic types such as strings, numbers, and Booleans.
  • Complex types such as promises, functions and classes.
  • Utility types such as ClassConstructor, which allows the creation of instances of a given class.
  • Custom types that are common in many projects, such as user objects, settings, events, etc.a

Project Status

Alt

Contributors

Eliseo F. Arévalo
Eliseo F. Arévalo

📖
Bryan Herrera ~ ርᚱ1ናተᛰ ᚻህᚥተპᚱ
Bryan Herrera ~ ርᚱ1ናተᛰ ᚻህᚥተპᚱ

🚧

Project Tree

|-- ..
|   |-- .all-contributorsrc
|   |-- .editorconfig
|   |-- .eslintrc
|   |-- .npmignore
|   |-- .npmrc
|   |-- CHANGELOG.md
|   |-- CODE_OF_CONDUCT.md
|   |-- CONTRIBUTING.md
|   |-- index.ts
|   |-- jest.config.ts
|   |-- lib
|   |-- LICENSE.md
|   |-- package-lock.json
|   |-- package.json
|   |-- README.md
|   |-- SECURITY.md
|   |-- src
|   |   |-- ArrayUtils
|   |   |   |-- index.ts
|   |   |   |-- NonEmptyArray
|   |   |       |-- index.ts
|   |       |-- UnboxArray
|   |           |-- index.ts
|   |   |-- ClassUtils
|   |   |   |-- ClassConstructor
|   |   |       |-- index.ts
|   |   |   |-- ClassInstance
|   |   |       |-- index.ts
|   |   |   |-- index.ts
|   |       |-- PublicMethods
|   |           |-- index.ts
|       |-- InterfaceUtils
|       |   |-- DeepReadOnly
|       |       |-- index.ts
|       |   |-- index.ts
|       |   |-- KeysOfType
|       |       |-- index.ts
|       |   |-- OmitByValueType
|       |       |-- index.ts
|       |   |-- OverrideInterface
|       |       |-- index.ts
|           |-- UnionToIntersection
|               |-- index.ts
    |-- tsconfig.json

Build with Love

All Contributors

About

The Useful Types library is an indispensable tool for any developer who works with TypeScript on a regular basis. This library is designed to provide a wide range of common types used in everyday software development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 70.1%
  • JavaScript 27.1%
  • Shell 2.8%