0.0.0 • Published 1 year ago

@js-rocks/ts-toolbelt-tiny v0.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@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

0.0.0

1 year ago