UNPKG

converse.js

Version:
10 lines 267 B
/** * @param {string} stat */ export function getPrettyStatus(stat: string): any; /** * For certain auth mechanisms, it doesn't make sense to show the password * form. */ export function shouldShowPasswordResetForm(): boolean; //# sourceMappingURL=utils.d.ts.map