@grnx-utils/types
v1.0.2
Published
[![npm version](https://img.shields.io/npm/v/@grnx-utils/types.svg?style=flat)](https://www.npmjs.com/package/@grnx-utils/types) ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)<br/> <h3></h3>
Downloads
3
Maintainers
Readme
@grnx-utils/types
Collection of types and interfaces for your project. You don't have to download libraries like utility-types or copy your types from project to project.
The package provides the usual types like Nullable<T>
, but also adds types for react
and preact
.
Installation
yarn add @grnx-utils/types -D
Info To use
react
orpreact
types, you must have the appropriate dependencies installed.