@alwatr/type-helper
TypeScript icon, indicating that this package has built-in type declarations

1.2.3 • Public • Published

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.

Package Sidebar

Install

npm i @alwatr/type-helper

Weekly Downloads

95

Version

1.2.3

License

MIT

Unpacked Size

14.3 kB

Total Files

5

Last publish

Collaborators

  • njfamirm
  • alimd