# npm-utils **Repository Path**: moretime_2023/npm-utils ## Basic Information - **Project Name**: npm-utils - **Description**: npm ts工具包 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-12 - **Last Updated**: 2024-05-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 闲暇·TypeScript工具包 ## 安装 ```bash pnpm add @moretime/util -S npm install @moretime/util -S yarn add @moretime/util -S ``` ## 使用 尽量避免使用全局变量,尽量使用模块化,避免全局污染 ``` import { copyText } from '@moretime/util/browser' copyText('hello world'); ``` ## License MIT