New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@modern-kit/types

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@modern-kit/types

modern-kit/types

  • 1.7.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
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

FAQs

Package last updated on 15 Jan 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc