0.1.2 • Published 3 years ago
@mocangli/evnts v0.1.2
获取环境
检测是否为小程序环境 getPuae
import { getPuae } from '@mocangli/evnts'
async init() {
try {
const env1 = getPuae()
} catch (error) {
console.log(error)
}
}