UNPKG

@uni/loading

Version:
5 lines (4 loc) 154 B
function isUndef(type) { return type === 'undefined'; } export var isDingdingMiniapp = !isUndef(typeof dd) && dd !== null && !isUndef(typeof dd.alert);