@neopark/common
v1.0.2
Published
monorepo common share library for all project
Downloads
4
Readme
@neopark/common
monorepo 包管理器下的 公共方法模块 配置 声明 ts 文件
Install
npm install @neopark/common -S
Use
// Type use
import { EnvProps } from '@neopark/common/types'
// Utils use
import { debounce } from '@neopark/common/utils'