Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.53 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.53 KB

@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-tiny

Usage

import type {_Omit } from '@js-rocks/ts-toolbelt-tiny';

Table of Contents

Implementation details

Summaries on type challenges

Reference