1.1.3 • Published 10 months ago

@hrc/type-utils v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@hrc/type-utils

Type utilities used by the following packages of <hrc />:

Installation

npm install @hrc/type-utils

Usage

import type { Simplify } from "@hrc/type-utils";

type MyType = {
  a: number;
  b: string;
};

type AnotherType = {
  c: boolean;
  d: number;
};

type FlattenedType = Simplify<MyType & AnotherType>;

Documentation

1.1.3

10 months ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago