2.5.0 • Published 10 months ago

typescript-dev-utils v2.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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

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
|   |   |   |-- 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

All Contributors

2.5.0

10 months ago

2.3.0

10 months ago

2.2.0

10 months ago

2.1.0

10 months ago

2.0.0

10 months ago

1.4.0

10 months ago

1.3.0

10 months ago

1.2.0

10 months ago

1.1.0

10 months ago

1.0.0

11 months ago

1.0.0-alpha.0

11 months ago

0.0.1

11 months ago