@js-rocks/ts-toolbelt-tiny
v0.0.0
Published
typescript-challenges
Readme
@js-rocks/ts-toolbelt-tiny
Collection of utility types, complementing TypeScript built-in mapped types and aliases (think "lodash" for static types).
Note: Most of the types are from type challenges, any type start with '_' (eg: _Omit) will be exported automatically
Quick start
Installation
yarn add @js-rocks/ts-toolbelt-tinyUsage
import type {_Omit } from '@js-rocks/ts-toolbelt-tiny';Table of Contents
Implementation details
Summaries on type challenges
