1.9.0 • Published 9 months ago

@modern-kit/types v1.9.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@modern-kit/types

클라이언트 개발에 유용한 타입스크립트 유틸 타입들을 제공합니다.

Documentation

@modern-kit의 공식 문서는 아래 웹사이트에서 확인하실 수 있습니다

  • https://modern-agile-team.github.io/modern-kit

Download

npm i -D @modern-kit/types
yarn add -D @modern-kit/types
pnpm i -D @modern-kit/types

Usage

import { Merge } from '@modern-kit/types';

type A = { a: string, b: number }
type B = { b: string, c: boolean }
type Result = Merge<A, B>
// { a: string, b: string, c: boolean }

License

MIT © Modern Agile. See LICENSE for details.

1.9.0

9 months ago

1.8.0

10 months ago

1.7.1

12 months ago

1.7.0

12 months ago

1.6.0

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.2.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago