UNPKG

@hocgin/taro-kit

Version:
9 lines (8 loc) 267 B
import { GlobalKit } from './global.kit'; export type { UserInfo } from './global.kit'; import * as Origin from './request'; declare type OriginType = typeof Origin & { Global: typeof GlobalKit; }; declare const PromiseKit: OriginType; export default PromiseKit;