2.0.3 • Published 8 months ago

@alwatr/type-helper v2.0.3

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

8 months ago

2.0.2

8 months ago

2.0.1

9 months ago

2.0.0

9 months ago

1.2.6

9 months ago

1.2.5

10 months ago

1.2.4

12 months ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0-beta.2

1 year ago

1.0.0-beta.1

1 year ago

1.0.0-beta.0

1 year ago