🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@dlymon/types

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dlymon/types

用于多个 `app` 公用的工具类型,继承了 `@dlymon-core/typings` 的所有能力。业务上有通用的类型定义可以放在这里。

npmnpm
Version
7.2.9
Version published
Weekly downloads
22
10%
Maintainers
2
Weekly downloads
 
Created
Source

@dlymon/types

用于多个 app 公用的工具类型,继承了 @dlymon-core/typings 的所有能力。业务上有通用的类型定义可以放在这里。

用法

添加依赖

# 进入目标应用目录,例如 apps/xxxx-app
# cd apps/xxxx-app
pnpm add @dlymon/types

使用

// 推荐加上 type
import type { SelectOption } from '@dlymon/types';

FAQs

Package last updated on 18 Nov 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