Template/types/GM_getValue.d.js
2024-12-21 14:35:14 +01:00

7 lines
111 B
JavaScript

/**
* @param {string} storageKey
* @returns {string}
*/
function GM_getValue(storageKey) {
return '';
}