Tpescript Dev Utils Logo

Typescript Dev Utils

A most useful typescript library of developers.

GitHub Get Started

Tpescript Dev Utils Logo

Typescript Common Utils

GitHub package.json dependency version (prod) npm License npm jest
npm jest

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
|   |-- LICENSE.md
|   |-- package-lock.json
|   |-- package.json
|   |-- README.md
|   |-- SECURITY.md
|   |-- src
|   |   |-- ArrayUtils
|   |   |   |-- AsReadOnlyArray
|   |   |       |-- index.ts
|   |   |   |-- index.ts
|   |   |   |-- NonEmptyArray
|   |   |       |-- index.ts
|   |       |-- UnboxArray
|   |           |-- index.ts
|   |   |-- ClassUtils
|   |   |   |-- ClassConstructor
|   |   |       |-- index.ts
|   |   |   |-- ClassInstance
|   |   |       |-- index.ts
|   |   |   |-- index.ts
|   |   |   |-- MethodReturnType
|   |   |       |-- index.ts
|   |       |-- PublicMethods
|   |           |-- index.ts
|       |-- InterfaceUtils
|       |   |-- DeepReadOnly
|       |       |-- index.ts
|       |   |-- index.ts
|       |   |-- KeysOfType
|       |       |-- index.ts
|       |   |-- OmitByValueType
|       |       |-- index.ts
|       |   |-- OverrideInterface
|       |       |-- index.ts
|       |   |-- ReadonlyKeys
|       |       |-- index.ts
|       |   |-- RequireAtLeastOne
|       |       |-- index.ts
|       |   |-- UnionToIntersection
|       |       |-- index.ts
|           |-- WritableKeys
|               |-- index.ts
    |-- tsconfig.json

Build with Love

All Contributors