UNPKG

@converse/headless

Version:

Converse.js Headless build

15 lines 513 B
/** * @returns {import('shared/types').StorageKeys} */ export function getStorageKeys(): import("shared/types").StorageKeys; /** * @param {string} jid - The JID of the bookmark. * @returns {string|null} The nickname if found, otherwise null. */ export function getNicknameFromBookmark(jid: string): string | null; /** * @param {import('../chat/message')} message * @returns {true} */ export function handleBookmarksPush(message: typeof import("../chat/message")): true; //# sourceMappingURL=utils.d.ts.map