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

@dlymon/constants

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dlymon/constants

用于多个 `app` 公用的常量,继承了 `@dlymon-core/shared/constants` 的所有能力。业务上有通用常量可以放在这里。

latest
npmnpm
Version
8.1.11
Version published
Maintainers
2
Created
Source

@dlymon/constants

用于多个 app 公用的常量,继承了 @dlymon-core/shared/constants 的所有能力。业务上有通用常量可以放在这里。

用法

添加依赖

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

使用

import { LOGIN_PATH } from '@dlymon/constants';

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