2.1.0 • Published 12 months ago
@stao-ui/utils v2.1.0
常用工具方法
安装方法
$ pnpm add @stao-ui/utils
使用示例
import { getDataType } from '@stao-ui/utils'
const str = 'hello world'
getDataType(str) // string
Links
详情参考文档-STaoUI
$ pnpm add @stao-ui/utils
import { getDataType } from '@stao-ui/utils'
const str = 'hello world'
getDataType(str) // string
详情参考文档-STaoUI