1.2.3 • Published 22 days ago

@alwatr/type-helper v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
22 days ago

Typescript Type Helpers

Collection of useful typescript type helpers.

Installation

yarn add @alwatr/type-helper

Usage

import type {JSONObject} from '@alwatr/type-helper';

const obj: JSONObject = {
  foo: 'bar',
  baz: {
    qux: 1,
    arr: [1, 2, 3],
  },
  qux: true,
};

Read the source code for more details.

1.2.3

22 days ago

1.2.2

2 months ago

1.2.1

4 months ago

1.2.0

4 months ago

1.1.0

4 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

5 months ago

1.0.0-beta.2

5 months ago

1.0.0-beta.1

5 months ago

1.0.0-beta.0

5 months ago