UNPKG

yz-native-js-sdk

Version:

provide the native function call API of yunzai mobile platform for the third party

32 lines 953 B
/* * @Date: 2020-02-06 12:17:16 * @Author: ferried * @Email: harlancui@outlook.com * @LastEditors : ferried * @LastEditTime : 2020-02-06 12:19:51 * @Editor: Visual Studio Code * @Desc: nil * @License: nil */ export * from "./contact.userinfo"; export * from "./contact.users"; export * from "./device.info"; // export * from "./device.mac"; export * from "./face.collection"; export * from "./media.camera"; export * from "./media.location"; export * from "./media.photo"; export * from "./media.qrcode"; export * from "./media.wifi.info"; export * from "./media.wifi.location"; export * from "./media.wifi.mac"; export * from "./navigation"; export * from "./pay.alipay"; export * from "./pay.wechat"; export * from "./read.with.number"; export * from "./share"; export * from "./token"; export * from "./user"; export * from './fileBrowser'; export * from './downloadBrowser'; //# sourceMappingURL=index.js.map