index.ts 797 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2 3 4
export * from './service/base/base64'
export * from './service/base/upx2px'
export * from './service/base/interceptor'

fxy060608's avatar
fxy060608 已提交
5
export * from './service/ui/createIntersectionObserver'
fxy060608's avatar
fxy060608 已提交
6

fxy060608's avatar
fxy060608 已提交
7
// protocols
fxy060608's avatar
fxy060608 已提交
8
export * from './protocols/base/canIUse'
fxy060608's avatar
fxy060608 已提交
9

fxy060608's avatar
fxy060608 已提交
10 11
export * from './protocols/device/makePhoneCall'
export * from './protocols/device/setClipboardData'
fxy060608's avatar
fxy060608 已提交
12 13 14 15 16 17 18

export * from './protocols/file/openDocument'

export * from './protocols/location/chooseLocation'
export * from './protocols/location/getLocation'
export * from './protocols/location/openLocation'

fxy060608's avatar
fxy060608 已提交
19 20 21 22
export * from './protocols/media/chooseImage'
export * from './protocols/media/chooseVideo'
export * from './protocols/media/getImageInfo'

fxy060608's avatar
fxy060608 已提交
23
// helpers
fxy060608's avatar
fxy060608 已提交
24
export { createApi } from './helpers/api'
fxy060608's avatar
fxy060608 已提交
25
export { isSyncApi, isContextApi, promisify } from './helpers/promise'