@netizen-experience/utility-types
v0.1.1
Published
The `utility-types` library provides a collection of utility types that can be used to enhance type safety and code readability in your projects.
Downloads
43
Readme
Types
The utility-types library provides a collection of utility types that can be used to enhance type safety and code readability in your projects.
Table of Contents
Installation
To install this package, run:
npm install @netizen-experience/utility-typesUsage and Examples
To use the utility types in your project, import them from the utility-types library:
import {
PartialRecord,
PartialBy,
RequiredBy,
NonEmptyArray,
OmitImproved,
PickImproved,
} from "@netizen-experience/utility-types";