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
Installation
yarn add @js-rocks/ts-toolbelt-tiny
Usage
import type {_Omit } from '@js-rocks/ts-toolbelt-tiny';
Summaries on type challenges