$ npm install helpertypes
A collection of TypeScript helper types
This is a simple collection of general purpose helper types for TypeScript that can be used across a wide variety of projects.
Bubbles Twitter: @usebubbles |
Christopher Blanchard | Ideal Postcodes | Xerox |
$ npm install helpertypes
$ yarn add helpertypes
$ pnpm add helpertypes
Simply import the types you want from helpertypes
:
import {ElementOf} from "helpertypes";
const FAVORITE_FOOD = ["pizza", "burger", "lasagna"] as const;
// "pizza"|"burger"|"lasagna"
type FavoriteFood = ElementOf<typeof FAVORITE_FOOD>;
Do you want to contribute? Awesome! Please follow these recommendations.
Frederik Wessberg Twitter: @FredWessberg Github: @wessberg Lead Developer |
Yes, but only for helper types that have common applicability. Feel free to submit a PR, and we'll take a look at it then.
MIT © Frederik Wessberg (@FredWessberg) (Website)
© 2010 - cnpmjs.org x YWFE | Home | YWFE