UNPKG

@tb-app/web-view-api

Version:
7 lines (6 loc) 107 B
/** * 退出当前小程序 */ export default function exit(): Promise<{ success: boolean; }>;