2.0.3 • Published 10 months ago

@alwatr/type-helper v2.0.3

Weekly downloads
-
License
AGPL-3.0-only
Repository
github
Last release
10 months 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.

2.0.3

10 months ago

2.0.2

10 months ago

2.0.1

10 months ago

2.0.0

11 months ago

1.2.6

11 months ago

1.2.5

12 months ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0-beta.2

2 years ago

1.0.0-beta.1

2 years ago

1.0.0-beta.0

2 years ago