New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@modern-kit/types

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@modern-kit/types

modern-kit/types

latest
Source
npmnpm
Version
2.1.0
Version published
Maintainers
1
Created
Source

@modern-kit/types

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


Documentation

@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.


Keywords

react

FAQs

Package last updated on 07 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts