0.1.0 • Published 4 years ago

miniapp-compat v0.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

xesam/miniapp-compat

if (typeof wx === 'object') {
    return wx;
} else if (typeof qq === 'object') {
    return qq;
} else if (typeof my === 'object') {
    return my;
} else if (typeof swan === 'object') {
    return swan;
} else if (typeof tt === 'object') {
    return tt;
} else {
    return null;
}
0.1.0

4 years ago

0.0.4

5 years ago

0.0.1

5 years ago