🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@voyage-x/utils

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voyage-x/utils

Voyager utils

latest
npmnpm
Version
0.0.3
Version published
Weekly downloads
3
-66.67%
Maintainers
0
Weekly downloads
 
Created
Source

voyage-x/utils 使用说明

简介

voyage-x/utils 是一套旨在提升开发效率和代码质量的实用工具库,专为 voyage-x 项目及类似生态设计。本库集成了日常开发中常用的各类工具函数,包括但不限于数据处理、字符串操作、日期处理、类型判断等,旨在帮助开发者快速构建稳定、高效的应用。

安装

通过 npm 或 yarn 安装 @voyage-x/utils:

npm install @voyage-x/utils 
# 或者
yarn add @voyage-x/utils

快速上手

引入模块

根据需要,您可以按需引入具体的功能模块:

import { deepMerge } from '@voyage-x/utils/main';
console.log(deepMerge({a: 1}, {a: 2, b: 3})); // 输出格式化后的日期 console.log(isNullOrUndefined(null)); // 输出: true

Keywords

voya

FAQs

Package last updated on 27 Jun 2024

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