5.7.2 • Published 6 months ago
@xcode-ui/utils v5.7.2
@xcode-ui/utils
用于多个 app
公用的工具包,继承了 @xcode-core/shared/utils
的所有能力。业务上有通用的工具函数可以放在这里。
用法
添加依赖
# 进入目标应用目录,例如 apps/xxxx-app
# cd apps/xxxx-app
pnpm add @xcode-ui/utils
使用
import { isString } from '@xcode-ui/utils';