Skip to content

使用方法

插件为 uni_modules 插件,直接发布在 插件市场

开发者们直接在插件市场安装插件,即可使用该插件。

使用示例

ts
import { min } from '@/uni_modules/kux-toolkit'

console.log(min([1, 2])) // 1

提示

上面示例中只是展示了 min 方法的用法,实际开发中,请根据实际需求调用相应的方法。

Released under the MIT License.