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

1.2.6 • 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.

Dependents (0)

Package Sidebar

Install

npm i @alwatr/type-helper

Weekly Downloads

326

Version

1.2.6

License

MIT

Unpacked Size

15.2 kB

Total Files

5

Last publish

Collaborators

  • alimd