Skip to content

快速安装使用 huanyu package:

npm i huanyu

在你的程序中导入huanyu库:

js
import * as huanyu from 'huanyu'

const huanyuFuncTest = () => {
    console.log(huanyu.hello())
}